Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model |
Modifier and Type | Method and Description |
---|---|
BucketInfo |
BucketInfo.clone() |
BucketInfo |
BucketInfo.withBuckets(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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,BucketInfo> |
SearchResult.getFacets()
The requested facet information.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchResult.addFacetsEntry(String key,
BucketInfo value) |
Modifier and Type | Method and Description |
---|---|
void |
SearchResult.setFacets(Map<String,BucketInfo> facets)
The requested facet information.
|
SearchResult |
SearchResult.withFacets(Map<String,BucketInfo> facets)
The requested facet information.
|
Copyright © 2018. All rights reserved.