Hui.Query.SpellCheck (Hui v0.10.3)

Struct for spell checking query.

Types

t()

Specs

t() :: %Hui.Query.SpellCheck{
  accuracy: number(),
  alternativeTermCount: number(),
  build: boolean(),
  collate: boolean(),
  collateExtendedResults: boolean(),
  collateMaxCollectDocs: number(),
  "collateParam.mm": binary(),
  "collateParam.q.op": binary(),
  count: number(),
  dictionary: binary(),
  extendedResults: boolean(),
  maxCollationEvaluations: number(),
  maxCollationTries: number(),
  maxCollations: number(),
  maxResultsForSuggest: number(),
  onlyMorePopular: boolean(),
  q: binary(),
  queryAnalyzerFieldtype: binary(),
  reload: boolean(),
  shards: binary(),
  "shards.qt": binary(),
  spellcheck: boolean()
}

Struct for spell checking

Functions

new()

Specs

new() :: t()

new(q, collate \\ nil)

Specs

new(binary(), boolean()) :: t()