BaseInjectionQueryParameters constructor
const
BaseInjectionQueryParameters({
- bool? advancedSyntax,
- List<
AdvancedSyntaxFeatures> ? advancedSyntaxFeatures, - bool? allowTyposOnNumericTokens,
- List<
AlternativesAsExact> ? alternativesAsExact, - bool? attributeCriteriaComputedByMinProximity,
- List<
String> ? attributesToHighlight, - List<
String> ? attributesToRetrieve, - List<
String> ? attributesToSnippet, - bool? clickAnalytics,
- List<
String> ? disableExactOnAttributes, - List<
String> ? disableTypoToleranceOnAttributes, - dynamic distinct,
- bool? enableABTest,
- bool? enablePersonalization,
- bool? enableReRanking,
- bool? enableRules,
- ExactOnSingleWordQuery? exactOnSingleWordQuery,
- dynamic facetFilters,
- String? filters,
- bool? getRankingInfo,
- String? highlightPostTag,
- String? highlightPreTag,
- dynamic ignorePlurals,
- int? minProximity,
- int? minWordSizefor1Typo,
- int? minWordSizefor2Typos,
- List<
SupportedLanguage> ? naturalLanguages, - dynamic numericFilters,
- dynamic optionalFilters,
- dynamic optionalWords,
- bool? percentileComputation,
- int? personalizationImpact,
- List<
SupportedLanguage> ? queryLanguages, - QueryType? queryType,
- dynamic removeStopWords,
- RemoveWordsIfNoResults? removeWordsIfNoResults,
- bool? replaceSynonymsInHighlight,
- List<
String> ? responseFields, - bool? restrictHighlightAndSnippetArrays,
- List<
String> ? restrictSearchableAttributes, - List<
String> ? ruleContexts, - String? snippetEllipsisText,
- bool? synonyms,
- dynamic typoTolerance,
Returns a new BaseInjectionQueryParameters instance.
Implementation
const BaseInjectionQueryParameters({
this.advancedSyntax,
this.advancedSyntaxFeatures,
this.allowTyposOnNumericTokens,
this.alternativesAsExact,
this.attributeCriteriaComputedByMinProximity,
this.attributesToHighlight,
this.attributesToRetrieve,
this.attributesToSnippet,
this.clickAnalytics,
this.disableExactOnAttributes,
this.disableTypoToleranceOnAttributes,
this.distinct,
this.enableABTest,
this.enablePersonalization,
this.enableReRanking,
this.enableRules,
this.exactOnSingleWordQuery,
this.facetFilters,
this.filters,
this.getRankingInfo,
this.highlightPostTag,
this.highlightPreTag,
this.ignorePlurals,
this.minProximity,
this.minWordSizefor1Typo,
this.minWordSizefor2Typos,
this.naturalLanguages,
this.numericFilters,
this.optionalFilters,
this.optionalWords,
this.percentileComputation,
this.personalizationImpact,
this.queryLanguages,
this.queryType,
this.removeStopWords,
this.removeWordsIfNoResults,
this.replaceSynonymsInHighlight,
this.responseFields,
this.restrictHighlightAndSnippetArrays,
this.restrictSearchableAttributes,
this.ruleContexts,
this.snippetEllipsisText,
this.synonyms,
this.typoTolerance,
});