Class DisableStandardEntries
- java.lang.Object
-
- com.algolia.search.models.dictionary.DisableStandardEntries
-
- All Implemented Interfaces:
Serializable
public class DisableStandardEntries extends Object implements Serializable
Map of language ISO code supported by the dictionary (e.g., “en” for English) to a boolean value. When set to true, the standard entries for the language are disabled. Changes are set for the given languages only. To re-enable standard entries, set the language to false. To reset settings to default values, set dictionary to `null`.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DisableStandardEntries()DisableStandardEntries(Map<String,Boolean> stopwords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,Boolean>getStopwords()inthashCode()DisableStandardEntriessetStopwords(Map<String,Boolean> stopwords)StringtoString()
-
-
-
Method Detail
-
setStopwords
public DisableStandardEntries setStopwords(Map<String,Boolean> stopwords)
-
-