Example usage for org.apache.lucene.spatial.prefix RecursivePrefixTreeStrategy subclass-usage

List of usage examples for org.apache.lucene.spatial.prefix RecursivePrefixTreeStrategy subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.spatial.prefix RecursivePrefixTreeStrategy subclass-usage.

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}.
 *