Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 829 Bytes

HighlightFieldOption.md

File metadata and controls

15 lines (11 loc) · 829 Bytes

ManticoreSearch.Model.HighlightFieldOption

Options for controlling the behavior of highlighting on a per-field basis

Properties

Name Type Description Notes
FragmentSize int Maximum size of the text fragments in highlighted snippets per field [optional]
Limit int Maximum size of snippets per field [optional]
LimitSnippets int Maximum number of snippets per field [optional]
LimitWords int Maximum number of words per field [optional]
NumberOfFragments int Total number of highlighted fragments per field [optional]

[Back to Model list] [Back to API list] [Back to README]