Uses of Class
com.azure.search.documents.models.SemanticQueryRewritesResultType
Packages that use SemanticQueryRewritesResultType
Package
Description
Package containing the data models for SearchIndexClient.
Package containing Azure AI Search paged response classes.
-
Uses of SemanticQueryRewritesResultType in com.azure.search.documents.models
Subclasses with type arguments of type SemanticQueryRewritesResultType in com.azure.search.documents.modelsModifier and TypeClassDescriptionfinal classType of query rewrite that was used for this request.Fields in com.azure.search.documents.models declared as SemanticQueryRewritesResultTypeModifier and TypeFieldDescriptionstatic final SemanticQueryRewritesResultTypeSemanticQueryRewritesResultType.ORIGINAL_QUERY_ONLYQuery rewrites were not successfully generated for this request.Methods in com.azure.search.documents.models that return SemanticQueryRewritesResultTypeModifier and TypeMethodDescriptionSemanticQueryRewritesResultType.fromString(String name) Creates or finds a SemanticQueryRewritesResultType from its string representation.SemanticSearchResults.getSemanticQueryRewritesResultType()Type of query rewrite that was used for this request.Methods in com.azure.search.documents.models that return types with arguments of type SemanticQueryRewritesResultTypeModifier and TypeMethodDescriptionSemanticQueryRewritesResultType.values()Gets known SemanticQueryRewritesResultType values. -
Uses of SemanticQueryRewritesResultType in com.azure.search.documents.util
Constructors in com.azure.search.documents.util with parameters of type SemanticQueryRewritesResultTypeModifierConstructorDescriptionSearchPagedResponse(com.azure.core.http.rest.Response<List<SearchResult>> response, String continuationToken, Map<String, List<FacetResult>> facets, Long count, Double coverage, List<QueryAnswerResult> queryAnswers, SemanticErrorReason semanticErrorReason, SemanticSearchResultsType semanticSearchResultsType, DebugInfo debugInfo, SemanticQueryRewritesResultType semanticQueryRewritesResultType) Constructor