Package com.algolia.model.search
Class IgnorePlurals
java.lang.Object
com.algolia.model.search.IgnorePlurals
- All Implemented Interfaces:
CompoundType
Treats singular, plurals, and other forms of declensions as matching terms. `ignorePlurals` is
used in conjunction with the `queryLanguages` setting. _list_: language ISO codes for which
ignoring plurals should be enabled. This list will override any values that you may have set in
`queryLanguages`. _true_: enables the ignore plurals feature, where singulars and plurals are
considered equivalent (\"foot\" = \"feet\"). The languages supported here are either [every
language](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/supported-languages/)
(this is the default) or those set by `queryLanguages`. _false_: turns off the ignore plurals
feature, so that singulars and plurals aren't considered to be the same (\"foot\" will not find
\"feet\").
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.algolia.utils.CompoundType
getInsideValue
-
Constructor Details
-
IgnorePlurals
public IgnorePlurals()
-
-
Method Details
-
of
-
of
-