| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
FacetResult |
FacetResult.clone() |
FacetResult |
FacetResult.withDocumentAttributeKey(String documentAttributeKey)
The key for the facet values.
|
FacetResult |
FacetResult.withDocumentAttributeValueCountPairs(Collection<DocumentAttributeValueCountPair> documentAttributeValueCountPairs)
An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents
that share the key value.
|
FacetResult |
FacetResult.withDocumentAttributeValueCountPairs(DocumentAttributeValueCountPair... documentAttributeValueCountPairs)
An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents
that share the key value.
|
| Modifier and Type | Method and Description |
|---|---|
List<FacetResult> |
QueryResult.getFacetResults()
Contains the facet results.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryResult.withFacetResults(FacetResult... facetResults)
Contains the facet results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.setFacetResults(Collection<FacetResult> facetResults)
Contains the facet results.
|
QueryResult |
QueryResult.withFacetResults(Collection<FacetResult> facetResults)
Contains the facet results.
|
Copyright © 2020. All rights reserved.