public class LuceneSpatialQueryExtensionEntryIterator extends QueryExtensionEntryIterator
Constructor and Description |
---|
LuceneSpatialQueryExtensionEntryIterator(org.apache.lucene.search.ScoreDoc[] scores,
org.apache.lucene.search.IndexSearcher indexSearcher,
org.apache.lucene.index.DirectoryReader directoryReader,
boolean noRematchNeeded) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
boolean |
isNoRematchNeeded() |
String |
nextUid() |
int |
size() |
public LuceneSpatialQueryExtensionEntryIterator(org.apache.lucene.search.ScoreDoc[] scores, org.apache.lucene.search.IndexSearcher indexSearcher, org.apache.lucene.index.DirectoryReader directoryReader, boolean noRematchNeeded)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class QueryExtensionEntryIterator
IOException
public boolean hasNext()
hasNext
in class QueryExtensionEntryIterator
public String nextUid()
nextUid
in class QueryExtensionEntryIterator
public int size()
size
in class QueryExtensionEntryIterator
public boolean isNoRematchNeeded()
isNoRematchNeeded
in class QueryExtensionEntryIterator
Copyright © GigaSpaces.