List of usage examples for org.apache.lucene.spatial.prefix RecursivePrefixTreeStrategy subclass-usage
From source file index.NumberRangePrefixTreeStrategy.java
/** A PrefixTree based on Number/Date ranges. This isn't very "spatial" on the surface (to the user) but
* it's implemented using spatial so that's why it's here extending a SpatialStrategy. When using this class, you will
* use various utility methods on the prefix tree implementation to convert objects/strings to/from shapes.
*
* To use with dates, pass in {@link org.apache.lucene.spatial.prefix.tree.DateRangePrefixTree}.
*