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.LeafCollector
collect
in class org.apache.lucene.search.SimpleCollector
IOException
protected void doSetNextReader(org.apache.lucene.index.LeafReaderContext context) throws IOException
doSetNextReader
in class org.apache.lucene.search.SimpleCollector
IOException
public boolean needsScores()
Copyright © 2002-2021 Atlassian. All Rights Reserved.