Uses of Class
com.azure.search.documents.models.SemanticErrorReason
Packages that use SemanticErrorReason
Package
Description
Package containing the data models for SearchIndexClient.
Package containing Azure AI Search paged response classes.
-
Uses of SemanticErrorReason in com.azure.search.documents.models
Fields in com.azure.search.documents.models declared as SemanticErrorReasonModifier and TypeFieldDescriptionstatic final SemanticErrorReasonSemanticErrorReason.CAPACITY_OVERLOADEDThe request was throttled.static final SemanticErrorReasonSemanticErrorReason.MAX_WAIT_EXCEEDEDIf `semanticMaxWaitInMilliseconds` was set and the semantic processing duration exceeded that value.static final SemanticErrorReasonSemanticErrorReason.TRANSIENTAt least one step of the semantic process failed.Methods in com.azure.search.documents.models that return SemanticErrorReasonModifier and TypeMethodDescriptionstatic SemanticErrorReasonSemanticErrorReason.fromString(String name) Creates or finds a SemanticErrorReason from its string representation.SemanticSearchResults.getErrorReason()The reason for a partial result returned by Azure AI Search.Methods in com.azure.search.documents.models that return types with arguments of type SemanticErrorReasonModifier and TypeMethodDescriptionstatic Collection<SemanticErrorReason> SemanticErrorReason.values()Gets known SemanticErrorReason values. -
Uses of SemanticErrorReason in com.azure.search.documents.util
Constructors in com.azure.search.documents.util with parameters of type SemanticErrorReasonModifierConstructorDescriptionSearchPagedResponse(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) ConstructorSearchPagedResponse(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