DebugInfo Class
- java.
lang. Object - com.
azure. search. documents. models. DebugInfo
- com.
Implements
public final class DebugInfo
implements JsonSerializable<DebugInfo>
Contains debugging information that can be used to further explore your search results.
Constructor Summary
| Constructor | Description |
|---|---|
| DebugInfo() |
Creates an instance of Debug |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Debug |
fromJson(JsonReader jsonReader)
Reads an instance of Debug |
|
Query |
getQueryRewrites()
Get the query |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
DebugInfo
public DebugInfo()
Creates an instance of DebugInfo class.
Method Details
fromJson
public static DebugInfo fromJson(JsonReader jsonReader)
Reads an instance of DebugInfo from the JsonReader.
Parameters:
Returns:
Throws:
getQueryRewrites
public QueryRewritesDebugInfo getQueryRewrites()
Get the queryRewrites property: Contains debugging information specific to query rewrites.
Returns: