| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
SortingConfiguration |
SortingConfiguration.clone() |
SortingConfiguration |
QueryRequest.getSortingConfiguration()
Provides information that determines how the results of the query are sorted.
|
SortingConfiguration |
SortingConfiguration.withDocumentAttributeKey(String documentAttributeKey)
The name of the document attribute used to sort the response.
|
SortingConfiguration |
SortingConfiguration.withSortOrder(SortOrder sortOrder)
The order that the results should be returned in.
|
SortingConfiguration |
SortingConfiguration.withSortOrder(String sortOrder)
The order that the results should be returned in.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortingConfiguration> |
CollapseConfiguration.getSortingConfigurations()
A prioritized list of document attributes/fields that determine the primary document among those in a collapsed
group.
|
List<SortingConfiguration> |
QueryRequest.getSortingConfigurations()
Provides configuration information to determine how the results of a query are sorted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryRequest.setSortingConfiguration(SortingConfiguration sortingConfiguration)
Provides information that determines how the results of the query are sorted.
|
QueryRequest |
QueryRequest.withSortingConfiguration(SortingConfiguration sortingConfiguration)
Provides information that determines how the results of the query are sorted.
|
CollapseConfiguration |
CollapseConfiguration.withSortingConfigurations(SortingConfiguration... sortingConfigurations)
A prioritized list of document attributes/fields that determine the primary document among those in a collapsed
group.
|
QueryRequest |
QueryRequest.withSortingConfigurations(SortingConfiguration... sortingConfigurations)
Provides configuration information to determine how the results of a query are sorted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollapseConfiguration.setSortingConfigurations(Collection<SortingConfiguration> sortingConfigurations)
A prioritized list of document attributes/fields that determine the primary document among those in a collapsed
group.
|
void |
QueryRequest.setSortingConfigurations(Collection<SortingConfiguration> sortingConfigurations)
Provides configuration information to determine how the results of a query are sorted.
|
CollapseConfiguration |
CollapseConfiguration.withSortingConfigurations(Collection<SortingConfiguration> sortingConfigurations)
A prioritized list of document attributes/fields that determine the primary document among those in a collapsed
group.
|
QueryRequest |
QueryRequest.withSortingConfigurations(Collection<SortingConfiguration> sortingConfigurations)
Provides configuration information to determine how the results of a query are sorted.
|
Copyright © 2024. All rights reserved.