Package | Description |
---|---|
org.elasticsearch.search.facet | |
org.elasticsearch.search.facet.nested |
Modifier and Type | Class and Description |
---|---|
static class |
FacetExecutor.Post.Collector
A
FacetExecutor.Collector based post. |
static class |
FacetExecutor.Post.Filtered
A filtered post execution.
|
Modifier and Type | Method and Description |
---|---|
FacetExecutor.Post |
FacetExecutor.post()
A post based facet that executes the facet using the aggregated docs.
|
Constructor and Description |
---|
Filtered(FacetExecutor.Post post,
org.apache.lucene.search.Filter filter) |
Modifier and Type | Class and Description |
---|---|
static class |
NestedFacetExecutor.Post |
Constructor and Description |
---|
Post(FacetExecutor.Post post,
org.apache.lucene.search.Filter parentFilter,
org.apache.lucene.search.Filter childFilter) |
Copyright © 2009–2015. All rights reserved.