Package | Description |
---|---|
com.google.api.services.cloudsearch.v1.model |
Modifier and Type | Method and Description |
---|---|
FacetResult |
FacetResult.clone() |
FacetResult |
FacetResult.set(java.lang.String fieldName,
java.lang.Object value) |
FacetResult |
FacetResult.setBuckets(java.util.List<FacetBucket> buckets)
FacetBuckets for values in response containing at least a single result.
|
FacetResult |
FacetResult.setObjectType(java.lang.String objectType)
Object type for which facet results are returned.
|
FacetResult |
FacetResult.setOperatorName(java.lang.String operatorName)
Name of the operator chosen for faceting.
|
FacetResult |
FacetResult.setSourceName(java.lang.String sourceName)
Source name for which facet results are returned.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FacetResult> |
SearchResponse.getFacetResults()
Repeated facet results.
|
Modifier and Type | Method and Description |
---|---|
SearchResponse |
SearchResponse.setFacetResults(java.util.List<FacetResult> facetResults)
Repeated facet results.
|