Package com.algolia.model.recommend
Interface RemoveStopWords
- All Known Implementing Classes:
RemoveStopWords.BooleanWrapper,RemoveStopWords.ListOfStringWrapper
public interface RemoveStopWords
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 TypeInterfaceDescriptionstatic classRemoveStopWords as Boolean wrapper.static classstatic classRemoveStopWords as Listwrapper. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic RemoveStopWordsRemoveStopWords as Boolean wrapper.static RemoveStopWordsRemoveStopWords as Listwrapper.
-
Method Details
-
of
RemoveStopWords as Boolean wrapper. -
of
RemoveStopWords as Listwrapper.
-