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

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

Introduction

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

Usage

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

/**
 * A ValueSource in which the indexed Rectangle is returned from
 * {@link org.apache.lucene.queries.function.FunctionValues#objectVal(int)}.
 *
 * @lucene.internal
 */