public final class SpatialHashFilter
extends org.apache.lucene.search.Filter
SpatialFieldBridgeByHash,
Coordinates| Constructor and Description |
|---|
SpatialHashFilter(List<String> spatialHashCellsIds,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs)
Returns Doc Ids by searching the index for document having the correct spatial hash cell id at given grid level
|
String |
toString() |
public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs)
throws IOException
getDocIdSet in class org.apache.lucene.search.Filterreader - reader to the indexIOExceptionCopyright © 2006–2015 Hibernate. All rights reserved.