public interface TermsStatsFacet extends Facet, Iterable<TermsStatsFacet.Entry>
Modifier and Type | Interface and Description |
---|---|
static class |
TermsStatsFacet.ComparatorType
Controls how the terms facets are ordered.
|
static interface |
TermsStatsFacet.Entry |
Modifier and Type | Method and Description |
---|---|
List<? extends TermsStatsFacet.Entry> |
getEntries()
The terms and counts.
|
long |
getMissingCount()
The number of docs missing a value.
|
forEach, iterator, spliterator
static final String TYPE
long getMissingCount()
List<? extends TermsStatsFacet.Entry> getEntries()
Copyright © 2009–2015. All rights reserved.