Uses of Class
org.apache.lucene.spatial.prefix.PrefixTreeStrategy

Packages that use PrefixTreeStrategy
org.apache.lucene.spatial.prefix Prefix Tree Strategy 
 

Uses of PrefixTreeStrategy in org.apache.lucene.spatial.prefix
 

Subclasses of PrefixTreeStrategy in org.apache.lucene.spatial.prefix
 class RecursivePrefixTreeStrategy
          A PrefixTreeStrategy which uses AbstractVisitingPrefixTreeFilter.
 class TermQueryPrefixTreeStrategy
          A basic implementation of PrefixTreeStrategy using a large TermsFilter of all the nodes from SpatialPrefixTree.getNodes(com.spatial4j.core.shape.Shape, int, boolean, boolean).
 



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