StandardEntries

algoliasearch.search.StandardEntries
case class StandardEntries(plurals: Option[Map[String, Boolean]], stopwords: Option[Map[String, Boolean]], compounds: Option[Map[String, Boolean]])

Key-value pairs of supported language ISO codes and boolean values.

Value parameters

compounds

Key-value pair of a language ISO code and a boolean value.

plurals

Key-value pair of a language ISO code and a boolean value.

stopwords

Key-value pair of a language ISO code and a boolean value.

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