RecommendIndexSettings constructor

const RecommendIndexSettings({
  1. List<String>? attributesForFaceting,
  2. List<String>? replicas,
  3. int? paginationLimitedTo,
  4. List<String>? unretrievableAttributes,
  5. List<String>? disableTypoToleranceOnWords,
  6. List<String>? attributesToTransliterate,
  7. List<String>? camelCaseAttributes,
  8. Object? decompoundedAttributes,
  9. List<SupportedLanguage>? indexLanguages,
  10. List<String>? disablePrefixOnAttributes,
  11. bool? allowCompressionOfIntegerArray,
  12. List<String>? numericAttributesForFiltering,
  13. String? separatorsToIndex,
  14. List<String>? searchableAttributes,
  15. Object? userData,
  16. Map<String, Map<String, String>>? customNormalization,
  17. String? attributeForDistinct,
  18. int? maxFacetHits,
  19. List<String>? attributesToRetrieve,
  20. List<String>? ranking,
  21. int? relevancyStrictness,
  22. List<String>? attributesToHighlight,
  23. List<String>? attributesToSnippet,
  24. String? highlightPreTag,
  25. String? highlightPostTag,
  26. String? snippetEllipsisText,
  27. bool? restrictHighlightAndSnippetArrays,
  28. int? minWordSizefor1Typo,
  29. int? minWordSizefor2Typos,
  30. dynamic typoTolerance,
  31. bool? allowTyposOnNumericTokens,
  32. List<String>? disableTypoToleranceOnAttributes,
  33. dynamic ignorePlurals,
  34. dynamic removeStopWords,
  35. List<SupportedLanguage>? queryLanguages,
  36. bool? decompoundQuery,
  37. bool? enableRules,
  38. bool? enablePersonalization,
  39. QueryType? queryType,
  40. RemoveWordsIfNoResults? removeWordsIfNoResults,
  41. bool? advancedSyntax,
  42. dynamic optionalWords,
  43. List<String>? disableExactOnAttributes,
  44. ExactOnSingleWordQuery? exactOnSingleWordQuery,
  45. List<AlternativesAsExact>? alternativesAsExact,
  46. List<AdvancedSyntaxFeatures>? advancedSyntaxFeatures,
  47. dynamic distinct,
  48. bool? replaceSynonymsInHighlight,
  49. int? minProximity,
  50. List<String>? responseFields,
  51. int? maxValuesPerFacet,
  52. String? sortFacetValuesBy,
  53. bool? attributeCriteriaComputedByMinProximity,
  54. RenderingContent? renderingContent,
  55. bool? enableReRanking,
  56. dynamic reRankingApplyFilter,
})

Returns a new RecommendIndexSettings instance.

Implementation

const RecommendIndexSettings({
  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.attributesToRetrieve,
  this.ranking,
  this.relevancyStrictness,
  this.attributesToHighlight,
  this.attributesToSnippet,
  this.highlightPreTag,
  this.highlightPostTag,
  this.snippetEllipsisText,
  this.restrictHighlightAndSnippetArrays,
  this.minWordSizefor1Typo,
  this.minWordSizefor2Typos,
  this.typoTolerance,
  this.allowTyposOnNumericTokens,
  this.disableTypoToleranceOnAttributes,
  this.ignorePlurals,
  this.removeStopWords,
  this.queryLanguages,
  this.decompoundQuery,
  this.enableRules,
  this.enablePersonalization,
  this.queryType,
  this.removeWordsIfNoResults,
  this.advancedSyntax,
  this.optionalWords,
  this.disableExactOnAttributes,
  this.exactOnSingleWordQuery,
  this.alternativesAsExact,
  this.advancedSyntaxFeatures,
  this.distinct,
  this.replaceSynonymsInHighlight,
  this.minProximity,
  this.responseFields,
  this.maxValuesPerFacet,
  this.sortFacetValuesBy,
  this.attributeCriteriaComputedByMinProximity,
  this.renderingContent,
  this.enableReRanking,
  this.reRankingApplyFilter,
});