Uses of Class
org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree
-
Packages that use SpatialPrefixTree Package Description org.apache.lucene.spatial.prefix org.apache.lucene.spatial.prefix.tree -
-
Uses of SpatialPrefixTree in org.apache.lucene.spatial.prefix
Fields in org.apache.lucene.spatial.prefix declared as SpatialPrefixTree Modifier and Type Field Description protected SpatialPrefixTreeAbstractPrefixTreeQuery. gridprotected SpatialPrefixTreePrefixTreeStrategy. gridMethods in org.apache.lucene.spatial.prefix that return SpatialPrefixTree Modifier and Type Method Description SpatialPrefixTreePrefixTreeStrategy. getGrid()Constructors in org.apache.lucene.spatial.prefix with parameters of type SpatialPrefixTree Constructor Description AbstractPrefixTreeQuery(Shape queryShape, String fieldName, SpatialPrefixTree grid, int detailLevel)AbstractVisitingPrefixTreeQuery(Shape queryShape, String fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel)ContainsPrefixTreeQuery(Shape queryShape, String fieldName, SpatialPrefixTree grid, int detailLevel, boolean multiOverlappingIndexedShapes)IntersectsPrefixTreeQuery(Shape queryShape, String fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel)PointPrefixTreeFieldCacheProvider(SpatialPrefixTree grid, String shapeField, int defaultSize)PrefixTreeStrategy(SpatialPrefixTree grid, String fieldName)RecursivePrefixTreeStrategy(SpatialPrefixTree grid, String fieldName)TermQueryPrefixTreeStrategy(SpatialPrefixTree grid, String fieldName)WithinPrefixTreeQuery(Shape queryShape, String fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel, double queryBuffer) -
Uses of SpatialPrefixTree in org.apache.lucene.spatial.prefix.tree
Subclasses of SpatialPrefixTree in org.apache.lucene.spatial.prefix.tree Modifier and Type Class Description classGeohashPrefixTreeASpatialPrefixTreebased on Geohashes.classPackedQuadPrefixTreeUses a compact binary representation of 8 bytes to encode a spatial quad trie.classQuadPrefixTreeASpatialPrefixTreewhich uses a quad tree in which an indexed term will be generated for each cell, 'A', 'B', 'C', 'D'.classS2PrefixTreeSpatial prefix tree for S2 Geometry.Methods in org.apache.lucene.spatial.prefix.tree that return SpatialPrefixTree Modifier and Type Method Description protected abstract SpatialPrefixTreeLegacyCell. getGrid()static SpatialPrefixTreeSpatialPrefixTreeFactory. makeSPT(Map<String,String> args, ClassLoader classLoader, SpatialContext ctx)The factory is looked up via "prefixTree" in args, expecting "geohash" or "quad".protected SpatialPrefixTreeGeohashPrefixTree.Factory. newSPT()protected SpatialPrefixTreePackedQuadPrefixTree.Factory. newSPT()protected SpatialPrefixTreeQuadPrefixTree.Factory. newSPT()protected SpatialPrefixTreeS2PrefixTree.Factory. newSPT()protected abstract SpatialPrefixTreeSpatialPrefixTreeFactory. newSPT()
-