QueryRewritesDebugInfo Class
- java.
lang. Object - com.
azure. search. documents. models. QueryRewritesDebugInfo
- com.
Implements
public final class QueryRewritesDebugInfo
implements JsonSerializable<QueryRewritesDebugInfo>
Contains debugging information specific to query rewrites.
Constructor Summary
| Constructor | Description |
|---|---|
| QueryRewritesDebugInfo() |
Creates an instance of Query |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Query |
fromJson(JsonReader jsonReader)
Reads an instance of Query |
|
Query |
getText()
Get the text property: List of query rewrites generated for the text query. |
|
List<Query |
getVectors()
Get the vectors property: List of query rewrites generated for the vectorizable text queries. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
QueryRewritesDebugInfo
public QueryRewritesDebugInfo()
Creates an instance of QueryRewritesDebugInfo class.
Method Details
fromJson
public static QueryRewritesDebugInfo fromJson(JsonReader jsonReader)
Reads an instance of QueryRewritesDebugInfo from the JsonReader.
Parameters:
Returns:
Throws:
getText
public QueryRewritesValuesDebugInfo getText()
Get the text property: List of query rewrites generated for the text query.
Returns:
getVectors
public List<QueryRewritesValuesDebugInfo> getVectors()
Get the vectors property: List of query rewrites generated for the vectorizable text queries.
Returns: