Uses of Class
com.azure.search.documents.models.QueryRewritesValuesDebugInfo
Packages that use QueryRewritesValuesDebugInfo
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of QueryRewritesValuesDebugInfo in com.azure.search.documents.models
Classes in com.azure.search.documents.models that implement interfaces with type arguments of type QueryRewritesValuesDebugInfoModifier and TypeClassDescriptionfinal classContains debugging information specific to query rewrites.Methods in com.azure.search.documents.models that return QueryRewritesValuesDebugInfoModifier and TypeMethodDescriptionstatic QueryRewritesValuesDebugInfoQueryRewritesValuesDebugInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryRewritesValuesDebugInfo from the JsonReader.QueryRewritesDebugInfo.getText()Get the text property: List of query rewrites generated for the text query.Methods in com.azure.search.documents.models that return types with arguments of type QueryRewritesValuesDebugInfoModifier and TypeMethodDescriptionQueryRewritesDebugInfo.getVectors()Get the vectors property: List of query rewrites generated for the vectorizable text queries.