public interface TermsFacet extends Facet, Iterable<TermsFacet.Entry>
Modifier and Type | Interface and Description |
---|---|
static class |
TermsFacet.ComparatorType
Controls how the terms facets are ordered.
|
static interface |
TermsFacet.Entry |
Modifier and Type | Field and Description |
---|---|
static String |
TYPE
The type of the filter facet.
|
Modifier and Type | Method and Description |
---|---|
List<? extends TermsFacet.Entry> |
getEntries()
The terms and counts.
|
long |
getMissingCount()
The number of docs missing a value.
|
long |
getOtherCount()
The count of terms other than the one provided by the entries.
|
long |
getTotalCount()
The total count of terms.
|
forEach, iterator, spliterator
static final String TYPE
long getMissingCount()
long getTotalCount()
long getOtherCount()
List<? extends TermsFacet.Entry> getEntries()
Copyright © 2009–2015. All rights reserved.