Enum HighlighterFragmenter
Fragmenter can control how text should be broken up in highlight snippets. However, this option is applicable only for the Plain Highlighter
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public enum HighlighterFragmenter
Fields
Name | Description |
---|---|
Simple | Breaks up text into same sized fragments. |
Span | Same as the simple fragmenter, but tries not to break up text between highlighted terms (this is applicable when using phrase like queries). This is the default. |