|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.search.Collector
org.getopt.luke.AccessibleHitCollector
org.getopt.luke.LimitedHitCollector
public abstract class LimitedHitCollector
Field Summary | |
---|---|
static int |
TYPE_SIZE
|
static int |
TYPE_TIME
|
Fields inherited from class org.getopt.luke.AccessibleHitCollector |
---|
docBase, outOfOrder, scorer, shouldScore |
Constructor Summary | |
---|---|
LimitedHitCollector()
|
Method Summary | |
---|---|
abstract long |
limitSize()
|
abstract int |
limitType()
|
Methods inherited from class org.getopt.luke.AccessibleHitCollector |
---|
getDocId, getScore, getTotalHits, reset |
Methods inherited from class org.apache.lucene.search.Collector |
---|
acceptsDocsOutOfOrder, collect, setNextReader, setScorer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_TIME
public static final int TYPE_SIZE
Constructor Detail |
---|
public LimitedHitCollector()
Method Detail |
---|
public abstract int limitType()
public abstract long limitSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |