Package com.algolia.model.search
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 class
static class
static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic RemoveStopWords
static RemoveStopWords
of
(List<SupportedLanguage> value)
-
Method Details
-
of
-
of
-