Package com.algolia.model.recommend
Interface RemoveStopWords
- All Known Implementing Classes:
RemoveStopWords.BooleanWrapper,RemoveStopWords.ListOfSupportedLanguageWrapper
public interface RemoveStopWords
Removes stop words from the search query. Stop words are common words like articles,
conjunctions, prepositions, or pronouns that have little or no meaning on their own. In English,
\"the\", \"a\", or \"and\" are stop words. You should only use this feature for the languages
used in your index.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic RemoveStopWordsstatic RemoveStopWordsof(List<SupportedLanguage> value)
-
Method Details
-
of
-
of
-