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