public abstract class AbstractPrefixTreeFilter extends Filter
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPrefixTreeFilter.BaseTermsEnumTraverser
Holds transient state and docid collecting utility methods as part of
traversing a
TermsEnum for a LeafReaderContext. |
| Modifier and Type | Field and Description |
|---|---|
protected int |
detailLevel |
protected String |
fieldName |
protected SpatialPrefixTree |
grid |
protected com.spatial4j.core.shape.Shape |
queryShape |
| Constructor and Description |
|---|
AbstractPrefixTreeFilter(com.spatial4j.core.shape.Shape queryShape,
String fieldName,
SpatialPrefixTree grid,
int detailLevel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
getDocIdSet, rewriteprotected final com.spatial4j.core.shape.Shape queryShape
protected final String fieldName
protected final SpatialPrefixTree grid
protected final int detailLevel
public AbstractPrefixTreeFilter(com.spatial4j.core.shape.Shape queryShape,
String fieldName,
SpatialPrefixTree grid,
int detailLevel)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.