BaseIndexSettings constructor
const
BaseIndexSettings({
- List<
String> ? replicas, - int? paginationLimitedTo,
- List<
String> ? unretrievableAttributes, - List<
String> ? disableTypoToleranceOnWords, - List<
String> ? attributesToTransliterate, - List<
String> ? camelCaseAttributes, - Object? decompoundedAttributes,
- List<
String> ? indexLanguages, - List<
String> ? disablePrefixOnAttributes, - bool? allowCompressionOfIntegerArray,
- List<
String> ? numericAttributesForFiltering, - String? separatorsToIndex,
- List<
String> ? searchableAttributes, - Object? userData,
- Map<
String, Map< ? customNormalization,String, String> > - String? attributeForDistinct,
Returns a new BaseIndexSettings instance.
Implementation
const BaseIndexSettings({
this.replicas,
this.paginationLimitedTo,
this.unretrievableAttributes,
this.disableTypoToleranceOnWords,
this.attributesToTransliterate,
this.camelCaseAttributes,
this.decompoundedAttributes,
this.indexLanguages,
this.disablePrefixOnAttributes,
this.allowCompressionOfIntegerArray,
this.numericAttributesForFiltering,
this.separatorsToIndex,
this.searchableAttributes,
this.userData,
this.customNormalization,
this.attributeForDistinct,
});