Hui.Query.HighlighterFastVector (Hui v0.10.4) View Source
Struct related to results highlighting - Fast Vector highlighter
Link to this section Summary
Types
Struct for fast vector highlighter,
use in conjunction with the highlighting struct -Hui.Query.Highlight.t/0.
Link to this section Types
Specs
t() :: %Hui.Query.HighlighterFastVector{
alternateField: binary(),
boundaryScanner: binary(),
"bs.chars": binary(),
"bs.country": binary(),
"bs.language": binary(),
"bs.maxScan": number(),
"bs.type": binary(),
fragListBuilder: binary(),
fragmentsBuilder: binary(),
highlightAlternate: boolean(),
maxAlternateFieldLength: number(),
multiValuedSeparatorChar: binary(),
per_field: boolean(),
phraseLimit: number()
}
Struct for fast vector highlighter,
use in conjunction with the highlighting struct -Hui.Query.Highlight.t/0.
Link to this section Functions
Specs
new() :: t()