IndexSettings Properties |
The IndexSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoDetectEncoding |
Gets or sets a value indicating whether to detect encoding automatically or not.
The default value is false.
|
![]() | CustomExtractors |
Gets the custom extractor collection.
|
![]() ![]() | DocumentFilter |
Gets or sets a document filter.
The DocumentFilter works on the inclusion logic.
Use the DocumentFilter class for creation of a document filter instances.
The default value is null, which means that all added documents are indexed.
|
![]() | IndexType |
Gets or sets the index type.
The default value is NormalIndex.
|
![]() | InMemoryIndex |
Gets a value indicating whether the index is stored in memory or on disk.
|
![]() | Logger |
Gets or sets a logger that is used for logging events and errors in the index.
Note that the logger is not saved and must be created and assigned each time the index is created or loaded.
|
![]() | MaxIndexingReportCount |
Gets or sets the maximum number of indexing reports.
The default value is 5.
|
![]() | MaxSearchReportCount |
Gets or sets the maximum number of search reports.
The default value is 10.
|
![]() | SearchThreads |
Gets or sets the number of threads used for the search.
The default value is Default,
which means that the search will be performed using the number of threads equal to the number of processor cores.
|
![]() ![]() | TextStorageSettings |
Gets or sets the text storage settings.
The default value is null, which means that document texts are not stored.
|
![]() | UseCharacterReplacements |
Gets or sets a value indicating whether to use character replacements or not.
The default value is false.
|
![]() | UseRawTextExtraction |
Gets or sets a value indicating whether the raw mode is used for text extraction if possible.
The default value is true.
The raw mode can significantly increase the indexing speed, but normal mode improves the formatting of the extracted text.
|
![]() | UseStopWords |
Gets or sets a value indicating whether to use stop words or not.
The default value is true.
|