public static interface ExpandConfiguration.Builder extends SdkPojo, CopyableBuilder<ExpandConfiguration.Builder,ExpandConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ExpandConfiguration.Builder |
maxExpandedResultsPerItem(Integer maxExpandedResultsPerItem)
The number of expanded results to show per collapsed primary document.
|
ExpandConfiguration.Builder |
maxResultItemsToExpand(Integer maxResultItemsToExpand)
The number of collapsed search result groups to expand.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExpandConfiguration.Builder maxResultItemsToExpand(Integer maxResultItemsToExpand)
The number of collapsed search result groups to expand. If you set this value to 10, for example, only the first 10 out of 100 result groups will have expand functionality.
maxResultItemsToExpand - The number of collapsed search result groups to expand. If you set this value to 10, for example, only
the first 10 out of 100 result groups will have expand functionality.ExpandConfiguration.Builder maxExpandedResultsPerItem(Integer maxExpandedResultsPerItem)
The number of expanded results to show per collapsed primary document. For instance, if you set this value to 3, then at most 3 results per collapsed group will be displayed.
maxExpandedResultsPerItem - The number of expanded results to show per collapsed primary document. For instance, if you set this
value to 3, then at most 3 results per collapsed group will be displayed.Copyright © 2023. All rights reserved.