Uses of Class
com.azure.search.documents.models.SemanticErrorMode
Packages that use SemanticErrorMode
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of SemanticErrorMode in com.azure.search.documents.models
Fields in com.azure.search.documents.models declared as SemanticErrorModeModifier and TypeFieldDescriptionstatic final SemanticErrorModeSemanticErrorMode.FAILIf there is an exception during the semantic processing step, the query will fail and return the appropriate HTTP code depending on the error.static final SemanticErrorModeSemanticErrorMode.PARTIALIf the semantic processing fails, partial results still return.Methods in com.azure.search.documents.models that return SemanticErrorModeModifier and TypeMethodDescriptionstatic SemanticErrorModeSemanticErrorMode.fromString(String name) Creates or finds a SemanticErrorMode from its string representation.SemanticSearchOptions.getErrorMode()Get the semanticErrorHandling property: Allows the user to choose whether a semantic call should fail completely, or to return partial results.Methods in com.azure.search.documents.models that return types with arguments of type SemanticErrorModeModifier and TypeMethodDescriptionstatic Collection<SemanticErrorMode> SemanticErrorMode.values()Gets known SemanticErrorMode values.Methods in com.azure.search.documents.models with parameters of type SemanticErrorModeModifier and TypeMethodDescriptionSemanticSearchOptions.setErrorMode(SemanticErrorMode errorMode) Set the semanticErrorHandling property: Allows the user to choose whether a semantic call should fail completely, or to return partial results.