DictionaryLanguage

algoliasearch.search.DictionaryLanguage
case class DictionaryLanguage(nbCustomEntries: Option[Int])

Dictionary type. If null, this dictionary type isn't supported for the language.

Value parameters

nbCustomEntries

Number of custom dictionary entries.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product