Package org.apache.lucene.spatial.prefix

Prefix Tree Strategy

See:
          Description

Class Summary
AbstractPrefixTreeFilter Base class for Lucene Filters on SpatialPrefixTree fields.
AbstractVisitingPrefixTreeFilter Traverses a SpatialPrefixTree indexed field, using the template & visitor design patterns for subclasses to guide the traversal and collect matching documents.
AbstractVisitingPrefixTreeFilter.VNode A visitor node/cell found via the query shape for AbstractVisitingPrefixTreeFilter.VisitorTemplate.
ContainsPrefixTreeFilter Finds docs where its indexed shape CONTAINS the query shape.
IntersectsPrefixTreeFilter A Filter matching documents that have an SpatialRelation.INTERSECTS (i.e.
PointPrefixTreeFieldCacheProvider Implementation of ShapeFieldCacheProvider designed for PrefixTreeStrategys.
PrefixTreeStrategy An abstract SpatialStrategy based on SpatialPrefixTree.
RecursivePrefixTreeStrategy A PrefixTreeStrategy which uses AbstractVisitingPrefixTreeFilter.
TermQueryPrefixTreeStrategy A basic implementation of PrefixTreeStrategy using a large TermsFilter of all the cells from SpatialPrefixTree.getCells(com.spatial4j.core.shape.Shape, int, boolean, boolean).
WithinPrefixTreeFilter Finds docs where its indexed shape is WITHIN the query shape.
 

Package org.apache.lucene.spatial.prefix Description

Prefix Tree Strategy



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.