This page contains a description of all search options that can be specified in an instance of the SearchOptions class.
Cancellation property
The Cancellation property allows you to specify the object to cancel the search operation. The search can be canceled without delay by calling the Cancel method or by calling the CancelAfter method with the delay in milliseconds as an argument.
DateFormats property
The DateFormats property allows you to specify formats for the date range search feature. For details, see the Date range search page.
FuzzySearch property
The FuzzySearch property returns a fuzzy search options object that allows you to enable fuzzy search and set its options. By default, the fuzzy search feature is disabled. For details, see the Fuzzy search page.
IsChunkSearch property
The IsChunkSearch property allows you to enable search by chunks. By default, the search by chunks feature is disabled. For details, see the Search by chunks page.
KeyboardLayoutCorrector property
The KeyboardLayoutCorrector property returns a keyboard layout corrector options object, which allows you to enable keyboard layout correction in search queries. By default, the keyboard layout correction feature is disabled. See the Keyboard layout correction page for details.
MaxOccurrenceCountPerTerm property
The MaxOccurrenceCountPerTerm property allows you to specify the maximum number of occurrences of each word found that will be returned as a search result. The default value is 100000.
MaxTotalOccurrenceCount property
The MaxTotalOccurrenceCount property allows you to specify the maximum number of occurrences in total for all found words, which will be returned as a search result. The default value is 500000.
SearchDocumentFilter property
The SearchDocumentFilter property allows you to specify the filter of documents returned as a search result. By default, all documents found will be returned as a search result. For details, see the Document filtering in search result page.
SpellingCorrector property
The SpellingCorrector property returns the spelling corrector options object, which allows you to enable spelling correction in search queries and specify spelling correction options. By default, spelling correction is disabled. See the Spell checking page for details.
UseCaseSensitiveSearch property
The UseCaseSensitiveSearch property allows you to perform case-sensitive search. Please note that case-sensitive search is not compatible with other types of searches. By default, case-insensitive search is performed. For details, see the Case sensitive search page.
UseHomophoneSearch property
The UseHomophoneSearch property allows you to enable homophone search feature. By default, the homophone search feature is disabled. For details, see the Homophone search page.
UseSynonymSearch property
The UseSynonymSearch property allows you to enable synonym search feature. By default, the synonym search feature is disabled. For details, see the Synonym search page.
UseWordFormsSearch property
The UseWordFormsSearch property allows you to enable the word forms search feature. By default, the word forms search feature is disabled. For details, see the Search for different word forms page.
More resources
GitHub examples
You may easily run the code from documentation articles and see the features in action in our GitHub examples: