View Source Hui.Query.HighlighterFastVector (Hui v0.11.0)

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

@type 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

@spec new() :: t()
Link to this function

new(field, len \\ nil, highlight \\ nil)

View Source
@spec new(binary(), integer(), boolean()) :: t()