| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
CollapseConfiguration |
CollapseConfiguration.clone() |
CollapseConfiguration |
QueryRequest.getCollapseConfiguration()
Provides configuration to determine how to group results by document attribute value, and how to display them
(collapsed or expanded) under a designated primary document for each group.
|
CollapseConfiguration |
CollapseConfiguration.withDocumentAttributeKey(String documentAttributeKey)
The document attribute used to group search results.
|
CollapseConfiguration |
CollapseConfiguration.withExpand(Boolean expand)
Specifies whether to expand the collapsed results.
|
CollapseConfiguration |
CollapseConfiguration.withExpandConfiguration(ExpandConfiguration expandConfiguration)
Provides configuration information to customize expansion options for a collapsed group.
|
CollapseConfiguration |
CollapseConfiguration.withMissingAttributeKeyStrategy(MissingAttributeKeyStrategy missingAttributeKeyStrategy)
Specifies the behavior for documents without a value for the collapse attribute.
|
CollapseConfiguration |
CollapseConfiguration.withMissingAttributeKeyStrategy(String missingAttributeKeyStrategy)
Specifies the behavior for documents without a value for the collapse attribute.
|
CollapseConfiguration |
CollapseConfiguration.withSortingConfigurations(Collection<SortingConfiguration> sortingConfigurations)
A prioritized list of document attributes/fields that determine the primary document among those in a collapsed
group.
|
CollapseConfiguration |
CollapseConfiguration.withSortingConfigurations(SortingConfiguration... sortingConfigurations)
A prioritized list of document attributes/fields that determine the primary document among those in a collapsed
group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryRequest.setCollapseConfiguration(CollapseConfiguration collapseConfiguration)
Provides configuration to determine how to group results by document attribute value, and how to display them
(collapsed or expanded) under a designated primary document for each group.
|
QueryRequest |
QueryRequest.withCollapseConfiguration(CollapseConfiguration collapseConfiguration)
Provides configuration to determine how to group results by document attribute value, and how to display them
(collapsed or expanded) under a designated primary document for each group.
|
Copyright © 2023. All rights reserved.