Hui v0.5.7 Hui.H3 View Source

Struct and functions related to results highlighting - FastVector Highlighter.

Link to this section Summary

Types

t()

Struct for results highlighting - FastVector Highlighter

Link to this section Types

Link to this type t() View Source
t() :: %Hui.H3{
  alternateField: binary(),
  boundaryScanner: binary(),
  "bs.chars": binary(),
  "bs.country": binary(),
  "bs.language": binary(),
  "bs.maxScan": number(),
  "bs.type": binary(),
  encoder: binary(),
  field: binary(),
  fl: binary(),
  fragListBuilder: binary(),
  fragmentsBuilder: binary(),
  fragsize: number(),
  highlightAlternate: boolean(),
  highlightMultiTerm: boolean(),
  hl: boolean(),
  maxAlternateFieldLength: number(),
  maxAnalyzedChars: number(),
  method: binary(),
  multiValuedSeparatorChar: binary(),
  per_field: boolean(),
  per_field_method: binary(),
  phraseLimit: number(),
  q: binary(),
  qparser: binary(),
  requireFieldMatch: boolean(),
  "simple.post": binary(),
  "simple.pre": binary(),
  snippets: number(),
  "tag.post": binary(),
  "tag.pre": binary(),
  usePhraseHighlighter: boolean()
}

Struct for results highlighting - FastVector Highlighter.