Package com.algolia.model.search
Class RemoveStopWords
java.lang.Object
com.algolia.model.search.RemoveStopWords
- All Implemented Interfaces:
CompoundType
Removes stop (common) words from the query before executing it. `removeStopWords` is used in
conjunction with the `queryLanguages` setting. _list_: language ISO codes for which stop words
should be enabled. This list will override any values that you may have set in `queryLanguages`.
_true_: enables the stop words feature, ensuring that stop words are removed from consideration
in a search. 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 stop words
feature, allowing stop words to be taken into account in a search.
-
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
-
RemoveStopWords
public RemoveStopWords()
-
-
Method Details
-
of
-
of
-