HighlightOptions Class |
Namespace: GroupDocs.Search.Options
The HighlightOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | HighlightOptions |
Initializes a new instance of the HighlightOptions class.
|
Name | Description | |
---|---|---|
![]() | AdditionalFields |
Gets or sets the additional document fields that was used for indexing.
The default value is null.
Note that this value is used only if document text was not saved into the index.
(Inherited from TextOptions.) |
![]() | Cancellation |
Gets or sets the cancellation object.
The default value is null.
(Inherited from TextOptions.) |
![]() | CustomExtractor |
Gets or sets the custom text extractor that was used for indexing.
The default value is null.
Note that this value is used only if document text was not saved into the index.
(Inherited from TextOptions.) |
![]() | MetadataIndexingOptions |
Gets the options for indexing metadata fields.
(Inherited from TextOptions.) |
![]() | TermsAfter |
Gets or sets the maximum number of words in a text fragment after highlighted word.
The value must be in the range from 0 to 10000.
The default value is 7.
|
![]() | TermsBefore |
Gets or sets the maximum number of words in a text fragment before highlighted word.
The value must be in the range from 0 to 10000.
The default value is 7.
|
![]() | TermsTotal |
Gets or sets the maximum number of words in a text fragment.
The value must be in the range from 0 to 10000.
The default value is 21.
|
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.) |