| IndexPropertiesUseLocalTempFolder Property |
Indicates whether indexing should use a local temporary folder for temporary files
created during the indexing process.
Namespace:
Law.EdaIntegration.Indexing
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax public bool UseLocalTempFolder { get; set; }
Property Value
Type:
BooleanRemarks
During indexing, the dtSearch Engine may need to create temporary files to store word
lists that are too large to fit into memory. By default, these files will be placed in
the index folder. Use this setting to instruct the indexer to use the local machine’s
temporary folder for these files. The indexer will automatically delete the temporary
files when the index update completes.
See Also