SearchOptions Class |
Namespace: GroupDocs.Search.Options
The SearchOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchOptions |
Initializes a new instance of the SearchOptions class.
|
Name | Description | |
---|---|---|
![]() | Cancellation |
Gets or sets the operation cancellation object.
The default value is null.
|
![]() ![]() | DateFormats |
Gets the collection of date formats for date range search.
The default date formats are 'dd.MM.yyyy', 'MM/dd/yyyy', and 'yyyy-MM-dd'.
|
![]() | FuzzySearch |
Gets the fuzzy search options.
|
![]() | IsChunkSearch |
Gets or sets the flag of search by chunks.
The default value is false.
|
![]() | KeyboardLayoutCorrector |
Gets the keyboard layout corrector options.
|
![]() | MaxOccurrenceCountPerTerm |
Gets or sets the maximum number of occurrences of each term in a search query.
The default value is 100000.
|
![]() | MaxTotalOccurrenceCount |
Gets or sets the maximum total number of occurrences of all terms in a search query.
The default value is 500000.
|
![]() ![]() | SearchDocumentFilter |
Gets or sets the search document filter.
SearchDocumentFilter works on the inclusion logic.
Use SearchDocumentFilter class for creation of a search document filter instances.
The default value is null, which means that all found documents will be returned.
|
![]() | SpellingCorrector |
Gets the spelling corrector options.
|
![]() | UseCaseSensitiveSearch |
Gets or sets the flag of case sensitive search.
The default value is false.
|
![]() | UseHomophoneSearch |
Gets or sets the flag of use homophones in search.
The default value is false.
|
![]() | UseSynonymSearch |
Gets or sets the flag of use synonyms in search.
The default value is false.
|
![]() | UseWordFormsSearch |
Gets or sets the flag of use different word forms in search.
The default value is false.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |