Uses of Class
com.azure.search.documents.models.QueryRewritesType
Packages that use QueryRewritesType
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of QueryRewritesType in com.azure.search.documents.models
Subclasses with type arguments of type QueryRewritesType in com.azure.search.documents.modelsModifier and TypeClassDescriptionfinal classThis parameter is only valid if the query type is `semantic`.Fields in com.azure.search.documents.models declared as QueryRewritesTypeModifier and TypeFieldDescriptionstatic final QueryRewritesTypeQueryRewritesType.GENERATIVEGenerate alternative query terms to increase the recall of a search request.static final QueryRewritesTypeQueryRewritesType.NONEDo not generate additional query rewrites for this query.Methods in com.azure.search.documents.models that return QueryRewritesTypeModifier and TypeMethodDescriptionstatic QueryRewritesTypeQueryRewritesType.fromString(String name) Creates or finds a QueryRewritesType from its string representation.QueryRewrites.getRewritesType()Gets the type of query rewrites to perform.Methods in com.azure.search.documents.models that return types with arguments of type QueryRewritesTypeModifier and TypeMethodDescriptionstatic Collection<QueryRewritesType> QueryRewritesType.values()Gets known QueryRewritesType values.Constructors in com.azure.search.documents.models with parameters of type QueryRewritesTypeModifierConstructorDescriptionQueryRewrites(QueryRewritesType rewritesType) Creates a new instance ofQueryRewrites.