public static class CarmelTopKTermPruningPolicy.ByDocComparator extends Object implements Comparator<org.apache.lucene.search.ScoreDoc>
| Modifier and Type | Field and Description |
|---|---|
static CarmelTopKTermPruningPolicy.ByDocComparator |
INSTANCE |
| Constructor and Description |
|---|
ByDocComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.apache.lucene.search.ScoreDoc o1,
org.apache.lucene.search.ScoreDoc o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final CarmelTopKTermPruningPolicy.ByDocComparator INSTANCE
public int compare(org.apache.lucene.search.ScoreDoc o1,
org.apache.lucene.search.ScoreDoc o2)
compare in interface Comparator<org.apache.lucene.search.ScoreDoc>Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.