Hui v0.9.0 Hui.H View Source

This module is deprecated. Please use Hui.Query.Highlight instead .

Link to this section Summary

Types

t()

Struct for results highlighting

Link to this section Types

Link to this type t() View Source
t() :: %Hui.H{
  encoder: binary(),
  field: binary(),
  fl: binary(),
  fragsize: number(),
  highlightMultiTerm: boolean(),
  hl: boolean(),
  maxAnalyzedChars: number(),
  method: binary(),
  per_field: boolean(),
  q: binary(),
  qparser: binary(),
  requireFieldMatch: boolean(),
  snippets: number(),
  "tag.post": binary(),
  "tag.pre": binary(),
  usePhraseHighlighter: boolean()
}

Struct for results highlighting.