|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use AbstractPrefixTreeFilter | |
|---|---|
| org.apache.lucene.spatial.prefix | Prefix Tree Strategy |
| Uses of AbstractPrefixTreeFilter in org.apache.lucene.spatial.prefix |
|---|
| Subclasses of AbstractPrefixTreeFilter in org.apache.lucene.spatial.prefix | |
|---|---|
class |
AbstractVisitingPrefixTreeFilter
Traverses a SpatialPrefixTree indexed field, using the template &
visitor design patterns for subclasses to guide the traversal and collect
matching documents. |
class |
ContainsPrefixTreeFilter
Finds docs where its indexed shape CONTAINS the query shape. |
class |
IntersectsPrefixTreeFilter
A Filter matching documents that have an SpatialRelation.INTERSECTS
(i.e. |
class |
WithinPrefixTreeFilter
Finds docs where its indexed shape is WITHIN the query shape. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||