Class AllDocumentsCollector
java.lang.Object
org.apache.lucene.search.SimpleCollector
com.semedy.reasoner.symboltable.index.AllDocumentsCollector
- All Implemented Interfaces:
org.apache.lucene.search.Collector
,org.apache.lucene.search.LeafCollector
public class AllDocumentsCollector
extends org.apache.lucene.search.SimpleCollector
- Author:
- Kevin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.search.SimpleCollector
getLeafCollector, setScorer
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.search.LeafCollector
competitiveIterator
-
Constructor Details
-
AllDocumentsCollector
public AllDocumentsCollector(int numDocs)
-
-
Method Details
-
getDocuments
-
collect
- Specified by:
collect
in interfaceorg.apache.lucene.search.LeafCollector
- Specified by:
collect
in classorg.apache.lucene.search.SimpleCollector
- Throws:
IOException
-
scoreMode
public org.apache.lucene.search.ScoreMode scoreMode()
-