Hui.Query.HighlighterUnified (Hui v0.10.4) View Source
Struct related to results highlighting - Unified Highlighter.
Link to this section Summary
Types
Struct for unified highlighter,
use in conjunction with the highlighting struct -Hui.Query.Highlight.t/0.
Link to this section Types
Specs
t() :: %Hui.Query.HighlighterUnified{
"bs.country": binary(),
"bs.language": binary(),
"bs.separator": binary(),
"bs.type": :SEPARATOR | :SENTENCE | :WORD | :CHARACTER | :LINE | :WHOLE,
"bs.variant": binary(),
defaultSummary: boolean(),
offsetSource:
:ANALYSIS | :POSTINGS | :POSTINGS_WITH_TERM_VECTORS | :TERM_VECTORS,
per_field: false,
"score.b": number(),
"score.k1": number(),
"score.pivot": number(),
"tag.ellipsis": binary(),
weightMatches: boolean()
}
Struct for unified highlighter,
use in conjunction with the highlighting struct -Hui.Query.Highlight.t/0.
Link to this section Functions
Specs
new() :: t()