IndexSettingsAsSearchParams constructor

const IndexSettingsAsSearchParams({
  1. List<String>? attributesForFaceting,
  2. List<String>? attributesToRetrieve,
  3. List<String>? ranking,
  4. List<String>? customRanking,
  5. int? relevancyStrictness,
  6. List<String>? attributesToHighlight,
  7. List<String>? attributesToSnippet,
  8. String? highlightPreTag,
  9. String? highlightPostTag,
  10. String? snippetEllipsisText,
  11. bool? restrictHighlightAndSnippetArrays,
  12. int? hitsPerPage,
  13. int? minWordSizefor1Typo,
  14. int? minWordSizefor2Typos,
  15. dynamic typoTolerance,
  16. bool? allowTyposOnNumericTokens,
  17. List<String>? disableTypoToleranceOnAttributes,
  18. dynamic ignorePlurals,
  19. dynamic removeStopWords,
  20. String? keepDiacriticsOnCharacters,
  21. List<String>? queryLanguages,
  22. bool? decompoundQuery,
  23. bool? enableRules,
  24. bool? enablePersonalization,
  25. QueryType? queryType,
  26. RemoveWordsIfNoResults? removeWordsIfNoResults,
  27. Mode? mode,
  28. SemanticSearch? semanticSearch,
  29. bool? advancedSyntax,
  30. List<String>? optionalWords,
  31. List<String>? disableExactOnAttributes,
  32. ExactOnSingleWordQuery? exactOnSingleWordQuery,
  33. List<AlternativesAsExact>? alternativesAsExact,
  34. List<AdvancedSyntaxFeatures>? advancedSyntaxFeatures,
  35. dynamic distinct,
  36. bool? replaceSynonymsInHighlight,
  37. int? minProximity,
  38. List<String>? responseFields,
  39. int? maxFacetHits,
  40. int? maxValuesPerFacet,
  41. String? sortFacetValuesBy,
  42. bool? attributeCriteriaComputedByMinProximity,
  43. RenderingContent? renderingContent,
  44. bool? enableReRanking,
  45. dynamic reRankingApplyFilter,
})

Returns a new IndexSettingsAsSearchParams instance.

Implementation

const IndexSettingsAsSearchParams({
  this.attributesForFaceting,
  this.attributesToRetrieve,
  this.ranking,
  this.customRanking,
  this.relevancyStrictness,
  this.attributesToHighlight,
  this.attributesToSnippet,
  this.highlightPreTag,
  this.highlightPostTag,
  this.snippetEllipsisText,
  this.restrictHighlightAndSnippetArrays,
  this.hitsPerPage,
  this.minWordSizefor1Typo,
  this.minWordSizefor2Typos,
  this.typoTolerance,
  this.allowTyposOnNumericTokens,
  this.disableTypoToleranceOnAttributes,
  this.ignorePlurals,
  this.removeStopWords,
  this.keepDiacriticsOnCharacters,
  this.queryLanguages,
  this.decompoundQuery,
  this.enableRules,
  this.enablePersonalization,
  this.queryType,
  this.removeWordsIfNoResults,
  this.mode,
  this.semanticSearch,
  this.advancedSyntax,
  this.optionalWords,
  this.disableExactOnAttributes,
  this.exactOnSingleWordQuery,
  this.alternativesAsExact,
  this.advancedSyntaxFeatures,
  this.distinct,
  this.replaceSynonymsInHighlight,
  this.minProximity,
  this.responseFields,
  this.maxFacetHits,
  this.maxValuesPerFacet,
  this.sortFacetValuesBy,
  this.attributeCriteriaComputedByMinProximity,
  this.renderingContent,
  this.enableReRanking,
  this.reRankingApplyFilter,
});