| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
SortingConfiguration |
QueryRequest.sortingConfiguration()
Provides information that determines how the results of the query are sorted.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortingConfiguration> |
CollapseConfiguration.sortingConfigurations()
A prioritized list of document attributes/fields that determine the primary document among those in a collapsed
group.
|
List<SortingConfiguration> |
QueryRequest.sortingConfigurations()
Provides configuration information to determine how the results of a query are sorted.
|
| Modifier and Type | Method and Description |
|---|---|
QueryRequest.Builder |
QueryRequest.Builder.sortingConfiguration(SortingConfiguration sortingConfiguration)
Provides information that determines how the results of the query are sorted.
|
CollapseConfiguration.Builder |
CollapseConfiguration.Builder.sortingConfigurations(SortingConfiguration... sortingConfigurations)
A prioritized list of document attributes/fields that determine the primary document among those in a
collapsed group.
|
QueryRequest.Builder |
QueryRequest.Builder.sortingConfigurations(SortingConfiguration... sortingConfigurations)
Provides configuration information to determine how the results of a query are sorted.
|
| Modifier and Type | Method and Description |
|---|---|
CollapseConfiguration.Builder |
CollapseConfiguration.Builder.sortingConfigurations(Collection<SortingConfiguration> sortingConfigurations)
A prioritized list of document attributes/fields that determine the primary document among those in a
collapsed group.
|
QueryRequest.Builder |
QueryRequest.Builder.sortingConfigurations(Collection<SortingConfiguration> sortingConfigurations)
Provides configuration information to determine how the results of a query are sorted.
|
Copyright © 2023. All rights reserved.