| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearchdomain.model |
| Modifier and Type | Method and Description |
|---|---|
Bucket |
Bucket.clone() |
Bucket |
Bucket.withCount(Long count)
The number of hits that contain the facet value in the specified facet field.
|
Bucket |
Bucket.withValue(String value)
The facet value being counted.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bucket> |
BucketInfo.getBuckets()
A list of the calculated facet values and counts.
|
| Modifier and Type | Method and Description |
|---|---|
BucketInfo |
BucketInfo.withBuckets(Bucket... buckets)
A list of the calculated facet values and counts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketInfo.setBuckets(Collection<Bucket> buckets)
A list of the calculated facet values and counts.
|
BucketInfo |
BucketInfo.withBuckets(Collection<Bucket> buckets)
A list of the calculated facet values and counts.
|
Copyright © 2024. All rights reserved.