Package org.apache.lucene.spatial.prefix

Prefix Tree Strategy

See:
          Description

Class Summary
PointPrefixTreeFieldCacheProvider Implementation of ShapeFieldCacheProvider designed for PrefixTreeStrategys.
PrefixTreeStrategy An abstract SpatialStrategy based on SpatialPrefixTree.
RecursivePrefixTreeFilter Performs a spatial intersection filter between a query shape and a field indexed with SpatialPrefixTree, a Trie.
RecursivePrefixTreeStrategy A PrefixTreeStrategy which uses RecursivePrefixTreeFilter.
TermQueryPrefixTreeStrategy A basic implementation of PrefixTreeStrategy using a large TermsFilter of all the nodes from SpatialPrefixTree.getNodes(com.spatial4j.core.shape.Shape, int, boolean).
 

Package org.apache.lucene.spatial.prefix Description

Prefix Tree Strategy



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