public class IssueIdCollector
extends org.apache.lucene.search.SimpleCollector
| Constructor and Description |
|---|
IssueIdCollector() |
IssueIdCollector(Integer maxItems) |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(int docId) |
protected void |
doSetNextReader(org.apache.lucene.index.LeafReaderContext context) |
Set<String> |
getIssueIds() |
boolean |
needsScores() |
public IssueIdCollector()
public IssueIdCollector(Integer maxItems)
public 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-2023 Atlassian. All Rights Reserved.