Uses of Class
com.azure.search.documents.models.QueryDebugMode
Packages that use QueryDebugMode
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of QueryDebugMode in com.azure.search.documents.models
Fields in com.azure.search.documents.models declared as QueryDebugModeModifier and TypeFieldDescriptionstatic final QueryDebugModeQueryDebugMode.ALLTurn on all debug options.static final QueryDebugModeQueryDebugMode.DISABLEDNo query debugging information will be returned.static final QueryDebugModeQueryDebugMode.QUERY_REWRITESAllows the user to explore the list of query rewrites generated for their search request.static final QueryDebugModeQueryDebugMode.SEMANTICAllows the user to further explore their reranked results.static final QueryDebugModeQueryDebugMode.VECTORAllows the user to further explore their hybrid and vector query results.Methods in com.azure.search.documents.models that return QueryDebugModeModifier and TypeMethodDescriptionstatic QueryDebugModeQueryDebugMode.fromString(String name) Creates or finds a QueryDebugMode from its string representation.SearchOptions.getDebug()Get the debug property: Enables a debugging tool that can be used to further explore your search results.Methods in com.azure.search.documents.models that return types with arguments of type QueryDebugModeModifier and TypeMethodDescriptionstatic Collection<QueryDebugMode> QueryDebugMode.values()Gets known QueryDebugMode values.Methods in com.azure.search.documents.models with parameters of type QueryDebugModeModifier and TypeMethodDescriptionSearchOptions.setDebug(QueryDebugMode debug) Set the debug property: Enables a debugging tool that can be used to further explore your search results.