|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TermsStatsFacet
Nested Class Summary | |
---|---|
static class |
TermsStatsFacet.ComparatorType
Controls how the terms facets are ordered. |
static interface |
TermsStatsFacet.Entry
|
Field Summary | |
---|---|
static java.lang.String |
TYPE
|
Method Summary | |
---|---|
java.util.List<? extends TermsStatsFacet.Entry> |
entries()
The terms and counts. |
java.util.List<? extends TermsStatsFacet.Entry> |
getEntries()
The terms and counts. |
long |
getMissingCount()
The number of docs missing a value. |
long |
missingCount()
The number of docs missing a value. |
Methods inherited from interface org.elasticsearch.search.facet.Facet |
---|
getName, getType, name, type |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Field Detail |
---|
static final java.lang.String TYPE
Method Detail |
---|
long missingCount()
long getMissingCount()
java.util.List<? extends TermsStatsFacet.Entry> entries()
java.util.List<? extends TermsStatsFacet.Entry> getEntries()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |