Package | Description |
---|---|
org.elasticsearch.action.percolate | |
org.elasticsearch.percolator | |
org.elasticsearch.search.facet | |
org.elasticsearch.search.internal | |
org.elasticsearch.search.query |
Modifier and Type | Method and Description |
---|---|
InternalFacets |
PercolateShardResponse.facets() |
InternalFacets |
PercolateResponse.getFacets() |
Modifier and Type | Method and Description |
---|---|
InternalFacets |
PercolatorService.ReduceResult.reducedFacets() |
Constructor and Description |
---|
ReduceResult(long count,
InternalFacets reducedFacets,
InternalAggregations reducedAggregations) |
Modifier and Type | Method and Description |
---|---|
static InternalFacets |
InternalFacets.readFacets(StreamInput in) |
static InternalFacets |
InternalFacets.readOptionalFacets(StreamInput in) |
Constructor and Description |
---|
InternalSearchResponse(InternalSearchHits hits,
InternalFacets facets,
InternalAggregations aggregations,
Suggest suggest,
boolean timedOut,
Boolean terminatedEarly) |
Modifier and Type | Method and Description |
---|---|
void |
QuerySearchResult.facets(InternalFacets facets) |
Copyright © 2009–2015. All rights reserved.