Uses of Class
org.apache.lucene.spatial.SpatialStrategy
Packages that use SpatialStrategy
Package
Description
Bounding Box Spatial Strategy
Composite strategies.
Prefix Tree Strategy.
Strategies that serialize the shape (non-indexed).
Spatial strategy that uses two fields.
- 
Uses of SpatialStrategy in org.apache.lucene.spatial.bboxSubclasses of SpatialStrategy in org.apache.lucene.spatial.bboxModifier and TypeClassDescriptionclassA SpatialStrategy for indexing and searching Rectangles by storing its coordinates in numeric fields.
- 
Uses of SpatialStrategy in org.apache.lucene.spatial.compositeSubclasses of SpatialStrategy in org.apache.lucene.spatial.compositeModifier and TypeClassDescriptionclassA compositeSpatialStrategybased onRecursivePrefixTreeStrategy(RPT) andSerializedDVStrategy(SDV).
- 
Uses of SpatialStrategy in org.apache.lucene.spatial.prefixSubclasses of SpatialStrategy in org.apache.lucene.spatial.prefixModifier and TypeClassDescriptionclassA PrefixTree based on Number/Date ranges.classAn abstract SpatialStrategy based onSpatialPrefixTree.classAPrefixTreeStrategywhich usesAbstractVisitingPrefixTreeQuery.classA basic implementation ofPrefixTreeStrategyusing a largeTermInSetQueryof all the cells fromSpatialPrefixTree.getTreeCellIterator(org.locationtech.spatial4j.shape.Shape, int).
- 
Uses of SpatialStrategy in org.apache.lucene.spatial.serializedSubclasses of SpatialStrategy in org.apache.lucene.spatial.serializedModifier and TypeClassDescriptionclassA SpatialStrategy based on serializing a Shape stored into BinaryDocValues.
- 
Uses of SpatialStrategy in org.apache.lucene.spatial.vectorSubclasses of SpatialStrategy in org.apache.lucene.spatial.vectorModifier and TypeClassDescriptionclassSimpleSpatialStrategywhich represents Points in two numeric fields.