Hui v0.5.7 Hui.H2 View Source

Struct and functions related to results highlighting - Original Highlighter.

Link to this section Summary

Types

t()

Struct for results highlighting - Original Highlighter

Link to this section Types

Link to this type t() View Source
t() :: %Hui.H2{
  alternateField: binary(),
  encoder: binary(),
  field: binary(),
  fl: binary(),
  formatter: binary(),
  fragmenter: binary(),
  fragsize: number(),
  highlightAlternate: boolean(),
  highlightMultiTerm: boolean(),
  hl: boolean(),
  maxAlternateFieldLength: number(),
  maxAnalyzedChars: number(),
  maxMultiValuedToExamine: number(),
  maxMultiValuedToMatch: number(),
  mergeContiguous: boolean(),
  method: binary(),
  payloads: boolean(),
  per_field: boolean(),
  preserveMulti: boolean(),
  q: binary(),
  qparser: binary(),
  "regex.maxAnalyzedChars": number(),
  "regex.pattern": binary(),
  "regex.slop": number(),
  requireFieldMatch: boolean(),
  "simple.post": binary(),
  "simple.pre": binary(),
  snippets: number(),
  "tag.post": binary(),
  "tag.pre": binary(),
  usePhraseHighlighter: boolean()
}

Struct for results highlighting - Original Highlighter.