|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.search.Filter
org.apache.lucene.spatial.prefix.AbstractPrefixTreeFilter
org.apache.lucene.spatial.prefix.ContainsPrefixTreeFilter
public class ContainsPrefixTreeFilter
Finds docs where its indexed shape CONTAINS the query shape. For use on RecursivePrefixTreeStrategy.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.lucene.spatial.prefix.AbstractPrefixTreeFilter |
|---|
AbstractPrefixTreeFilter.BaseTermsEnumTraverser |
| Field Summary |
|---|
| Fields inherited from class org.apache.lucene.spatial.prefix.AbstractPrefixTreeFilter |
|---|
detailLevel, fieldName, grid, queryShape |
| Constructor Summary | |
|---|---|
ContainsPrefixTreeFilter(com.spatial4j.core.shape.Shape queryShape,
String fieldName,
SpatialPrefixTree grid,
int detailLevel)
|
|
| Method Summary | |
|---|---|
DocIdSet |
getDocIdSet(AtomicReaderContext context,
Bits acceptDocs)
|
| Methods inherited from class org.apache.lucene.spatial.prefix.AbstractPrefixTreeFilter |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContainsPrefixTreeFilter(com.spatial4j.core.shape.Shape queryShape,
String fieldName,
SpatialPrefixTree grid,
int detailLevel)
| Method Detail |
|---|
public DocIdSet getDocIdSet(AtomicReaderContext context,
Bits acceptDocs)
throws IOException
getDocIdSet in class FilterIOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||