Hui v0.10.1 Hui.Query.HighlighterFastVector View Source

Struct related to results highlighting - Fast Vector highlighter

Link to this section Summary

Types

t()

Struct for fast vector highlighter, use in conjunction with the highlighting struct -Hui.Query.Highlight.t/0

Link to this section Types

Link to this type t() View Source
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

Link to this function new(field, len \\ nil, highlight \\ nil) View Source
new(binary(), integer(), boolean()) :: t()