QueryResultDocumentRerankerInput Class
- java.
lang. Object - com.
azure. search. documents. models. QueryResultDocumentRerankerInput
- com.
Implements
public final class QueryResultDocumentRerankerInput
implements JsonSerializable<QueryResultDocumentRerankerInput>
The raw concatenated strings that were sent to the semantic enrichment process.
Constructor Summary
| Constructor | Description |
|---|---|
| QueryResultDocumentRerankerInput() |
Creates an instance of Query |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Query |
fromJson(JsonReader jsonReader)
Reads an instance of Query |
| String |
getContent()
Get the content property: The raw concatenated strings for the content fields that were used for semantic enrichment. |
| String |
getKeywords()
Get the keywords property: The raw concatenated strings for the keyword fields that were used for semantic enrichment. |
| String |
getTitle()
Get the title property: The raw string for the title field that was used for semantic enrichment. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
QueryResultDocumentRerankerInput
public QueryResultDocumentRerankerInput()
Creates an instance of QueryResultDocumentRerankerInput class.
Method Details
fromJson
public static QueryResultDocumentRerankerInput fromJson(JsonReader jsonReader)
Reads an instance of QueryResultDocumentRerankerInput from the JsonReader.
Parameters:
Returns:
Throws:
getContent
public String getContent()
Get the content property: The raw concatenated strings for the content fields that were used for semantic enrichment.
Returns:
getKeywords
public String getKeywords()
Get the keywords property: The raw concatenated strings for the keyword fields that were used for semantic enrichment.
Returns:
getTitle
public String getTitle()
Get the title property: The raw string for the title field that was used for semantic enrichment.
Returns: