QueryRewritesValuesDebugInfo Class
- java.
lang. Object - com.
azure. search. documents. models. QueryRewritesValuesDebugInfo
- com.
Implements
public final class QueryRewritesValuesDebugInfo
implements JsonSerializable<QueryRewritesValuesDebugInfo>
Contains debugging information specific to query rewrites.
Constructor Summary
| Constructor | Description |
|---|---|
| QueryRewritesValuesDebugInfo() |
Creates an instance of Query |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Query |
fromJson(JsonReader jsonReader)
Reads an instance of Query |
| String |
getInputQuery()
Get the input |
| List<String> |
getRewrites()
Get the rewrites property: List of query rewrites. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
QueryRewritesValuesDebugInfo
public QueryRewritesValuesDebugInfo()
Creates an instance of QueryRewritesValuesDebugInfo class.
Method Details
fromJson
public static QueryRewritesValuesDebugInfo fromJson(JsonReader jsonReader)
Reads an instance of QueryRewritesValuesDebugInfo from the JsonReader.
Parameters:
Returns:
Throws:
getInputQuery
public String getInputQuery()
Get the inputQuery property: The input text to the generative query rewriting model. There may be cases where the user query and the input to the generative model are not identical.
Returns:
getRewrites
public List<String> getRewrites()
Get the rewrites property: List of query rewrites.
Returns: