Example usage for org.apache.lucene.spatial SpatialStrategy subclass-usage

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

Introduction

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

Usage

From source file org.apache.blur.analysis.type.spatial.lucene.PrefixTreeStrategy.java

/**
 * An abstract SpatialStrategy based on {@link SpatialPrefixTree}. The two
 * subclasses are {@link RecursivePrefixTreeStrategy} and
 * {@link TermQueryPrefixTreeStrategy}. This strategy is most effective as a
 * fast approximate spatial search filter.
 * 

From source file org.apache.solr.legacy.BBoxStrategy.java

/**
 * A SpatialStrategy for indexing and searching Rectangles by storing its
 * coordinates in numeric fields. It supports all {@link SpatialOperation}s and
 * has a custom overlap relevancy. It is based on GeoPortal's <a
 * href="http://geoportal.svn.sourceforge.net/svnroot/geoportal/Geoportal/trunk/src/com/esri/gpt/catalog/lucene/SpatialClauseAdapter.java">SpatialClauseAdapter</a>.
 * <p>

From source file org.apache.solr.legacy.PointVectorStrategy.java

/**
 * Simple {@link SpatialStrategy} which represents Points in two numeric fields.
 * The Strategy's best feature is decent distance sort.
 *
 * <p>
 * <b>Characteristics:</b>