BaseRecommendIndexSettings constructor
      const
      BaseRecommendIndexSettings({ 
    
- List<String> ? attributesToRetrieve,
- List<String> ? ranking,
- int? relevancyStrictness,
- List<String> ? attributesToHighlight,
- List<String> ? attributesToSnippet,
- String? highlightPreTag,
- String? highlightPostTag,
- String? snippetEllipsisText,
- bool? restrictHighlightAndSnippetArrays,
- int? minWordSizefor1Typo,
- int? minWordSizefor2Typos,
- dynamic typoTolerance,
- bool? allowTyposOnNumericTokens,
- List<String> ? disableTypoToleranceOnAttributes,
- dynamic ignorePlurals,
- dynamic removeStopWords,
- List<SupportedLanguage> ? queryLanguages,
- bool? decompoundQuery,
- bool? enableRules,
- bool? enablePersonalization,
- QueryType? queryType,
- RemoveWordsIfNoResults? removeWordsIfNoResults,
- bool? advancedSyntax,
- dynamic optionalWords,
- List<String> ? disableExactOnAttributes,
- ExactOnSingleWordQuery? exactOnSingleWordQuery,
- List<AlternativesAsExact> ? alternativesAsExact,
- List<AdvancedSyntaxFeatures> ? advancedSyntaxFeatures,
- dynamic distinct,
- bool? replaceSynonymsInHighlight,
- int? minProximity,
- List<String> ? responseFields,
- int? maxValuesPerFacet,
- String? sortFacetValuesBy,
- bool? attributeCriteriaComputedByMinProximity,
- RenderingContent? renderingContent,
- bool? enableReRanking,
- dynamic reRankingApplyFilter,
Returns a new BaseRecommendIndexSettings instance.
Implementation
const BaseRecommendIndexSettings({
  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,
});