Hui v0.5.7 Hui.Sp View Source

Struct and functions related to spell checking.

Link to this section Summary

Types

t()

Struct for spell checking

Link to this section Types

Link to this type t() View Source
t() :: %Hui.Sp{
  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