Modifier and Type | Method and Description |
---|---|
Comparator<TermsFacet.Entry> |
TermsFacet.ComparatorType.comparator() |
List<? extends TermsFacet.Entry> |
TermsFacet.getEntries()
The terms and counts.
|
Modifier and Type | Class and Description |
---|---|
static class |
InternalDoubleTermsFacet.DoubleEntry |
Modifier and Type | Method and Description |
---|---|
Iterator<TermsFacet.Entry> |
InternalDoubleTermsFacet.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
InternalDoubleTermsFacet.DoubleEntry.compareTo(TermsFacet.Entry o) |
Modifier and Type | Class and Description |
---|---|
static class |
InternalLongTermsFacet.LongEntry |
Modifier and Type | Method and Description |
---|---|
Iterator<TermsFacet.Entry> |
InternalLongTermsFacet.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
InternalLongTermsFacet.LongEntry.compareTo(TermsFacet.Entry o) |
Modifier and Type | Class and Description |
---|---|
static class |
InternalStringTermsFacet.TermEntry |
Modifier and Type | Method and Description |
---|---|
Iterator<TermsFacet.Entry> |
InternalStringTermsFacet.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
InternalStringTermsFacet.TermEntry.compareTo(TermsFacet.Entry o) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EntryPriorityQueue.lessThan(TermsFacet.Entry a,
TermsFacet.Entry b) |
Constructor and Description |
---|
EntryPriorityQueue(int size,
Comparator<TermsFacet.Entry> comparator) |
Copyright © 2009–2015. All rights reserved.