Uses of Class
org.apache.lucene.spatial.SpatialStrategy
-
Packages that use SpatialStrategy Package Description org.apache.lucene.spatial.prefix -
-
Uses of SpatialStrategy in org.apache.lucene.spatial.prefix
Subclasses of SpatialStrategy in org.apache.lucene.spatial.prefix Modifier and Type Class Description classPrefixTreeStrategyAn abstract SpatialStrategy based onSpatialPrefixTree.classRecursivePrefixTreeStrategyAPrefixTreeStrategywhich usesAbstractVisitingPrefixTreeQuery.classTermQueryPrefixTreeStrategyA basic implementation ofPrefixTreeStrategyusing a largeTermInSetQueryof all the cells fromSpatialPrefixTree.getTreeCellIterator(org.locationtech.spatial4j.shape.Shape, int).
-