Package org.openspaces.spatial.spi
Class LuceneSpatialQueryExtensionEntryIterator
java.lang.Object
com.gigaspaces.query.extension.QueryExtensionEntryIterator
org.openspaces.spatial.spi.LuceneSpatialQueryExtensionEntryIterator
- All Implemented Interfaces:
Closeable,AutoCloseable
- Since:
- 11.0
- Author:
- yechielf
-
Constructor Summary
ConstructorsConstructorDescriptionLuceneSpatialQueryExtensionEntryIterator(org.apache.lucene.search.ScoreDoc[] scores, org.apache.lucene.search.IndexSearcher indexSearcher, org.apache.lucene.index.DirectoryReader directoryReader, boolean noRematchNeeded) -
Method Summary
-
Constructor Details
-
LuceneSpatialQueryExtensionEntryIterator
public LuceneSpatialQueryExtensionEntryIterator(org.apache.lucene.search.ScoreDoc[] scores, org.apache.lucene.search.IndexSearcher indexSearcher, org.apache.lucene.index.DirectoryReader directoryReader, boolean noRematchNeeded)
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classQueryExtensionEntryIterator- Throws:
IOException
-
hasNext
public boolean hasNext()- Specified by:
hasNextin classQueryExtensionEntryIterator
-
nextUid
- Specified by:
nextUidin classQueryExtensionEntryIterator
-
size
public int size()- Specified by:
sizein classQueryExtensionEntryIterator
-
isNoRematchNeeded
public boolean isNoRematchNeeded()- Specified by:
isNoRematchNeededin classQueryExtensionEntryIterator
-