| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
QueryResultItem |
QueryResultItem.clone() |
QueryResultItem |
QueryResultItem.withAdditionalAttributes(AdditionalResultAttribute... additionalAttributes)
One or more additional attributes associated with the query result.
|
QueryResultItem |
QueryResultItem.withAdditionalAttributes(Collection<AdditionalResultAttribute> additionalAttributes)
One or more additional attributes associated with the query result.
|
QueryResultItem |
QueryResultItem.withDocumentAttributes(Collection<DocumentAttribute> documentAttributes)
An array of document attributes for the document that the query result maps to.
|
QueryResultItem |
QueryResultItem.withDocumentAttributes(DocumentAttribute... documentAttributes)
An array of document attributes for the document that the query result maps to.
|
QueryResultItem |
QueryResultItem.withDocumentExcerpt(TextWithHighlights documentExcerpt)
An extract of the text in the document.
|
QueryResultItem |
QueryResultItem.withDocumentId(String documentId)
The unique identifier for the document.
|
QueryResultItem |
QueryResultItem.withDocumentTitle(TextWithHighlights documentTitle)
The title of the document.
|
QueryResultItem |
QueryResultItem.withDocumentURI(String documentURI)
The URI of the original location of the document.
|
QueryResultItem |
QueryResultItem.withId(String id)
The unique identifier for the query result.
|
QueryResultItem |
QueryResultItem.withScoreAttributes(ScoreAttributes scoreAttributes)
Indicates the confidence that Amazon Kendra has that a result matches the query that you provided.
|
QueryResultItem |
QueryResultItem.withType(QueryResultType type)
The type of document.
|
QueryResultItem |
QueryResultItem.withType(String type)
The type of document.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryResultItem> |
QueryResult.getResultItems()
The results of the search.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryResult.withResultItems(QueryResultItem... resultItems)
The results of the search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.setResultItems(Collection<QueryResultItem> resultItems)
The results of the search.
|
QueryResult |
QueryResult.withResultItems(Collection<QueryResultItem> resultItems)
The results of the search.
|
Copyright © 2020. All rights reserved.