public class ProjectDataForArchivingCollector
extends org.apache.lucene.search.SimpleCollector
| Constructor and Description |
|---|
ProjectDataForArchivingCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(int docId) |
protected void |
doSetNextReader(org.apache.lucene.index.LeafReaderContext context) |
boolean |
needsScores() |
void |
setScorer(org.apache.lucene.search.Scorer scorer) |
public void setScorer(org.apache.lucene.search.Scorer scorer)
setScorer in interface org.apache.lucene.search.LeafCollectorsetScorer in class org.apache.lucene.search.SimpleCollectorpublic void collect(int docId)
throws IOException
collect in interface org.apache.lucene.search.LeafCollectorcollect in class org.apache.lucene.search.SimpleCollectorIOExceptionprotected void doSetNextReader(org.apache.lucene.index.LeafReaderContext context)
throws IOException
doSetNextReader in class org.apache.lucene.search.SimpleCollectorIOExceptionpublic boolean needsScores()
Copyright © 2002-2021 Atlassian. All Rights Reserved.