Uses of Class
com.azure.search.documents.models.QueryRewrites
Packages that use QueryRewrites
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of QueryRewrites in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return QueryRewritesModifier and TypeMethodDescriptionstatic QueryRewritesQueryRewrites.fromString(String str) Parses aQueryRewritesfrom a string.SemanticSearchOptions.getQueryRewrites()Get the queryRewrites property: When QueryRewrites is set to `generative`, the query terms are sent to a generate model which will produce 10 (default) rewrites to help increase the recall of the request.VectorizableTextQuery.getQueryRewrites()Get the queryRewrites property: Can be configured to let a generative model rewrite the query before sending it to be vectorized.Sets the number of rewrites to generate.Methods in com.azure.search.documents.models with parameters of type QueryRewritesModifier and TypeMethodDescriptionSemanticSearchOptions.setQueryRewrites(QueryRewrites queryRewrites) Set the queryRewrites property: When QueryRewrites is set to `generative`, the query terms are sent to a generate model which will produce 10 (default) rewrites to help increase the recall of the request.VectorizableTextQuery.setQueryRewrites(QueryRewrites queryRewrites) Set the queryRewrites property: Can be configured to let a generative model rewrite the query before sending it to be vectorized.