Java org.apache.lucene.document LatLonDocValuesField fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.document LatLonDocValuesField fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.document LatLonDocValuesField.

The text is from its open source code.

Constructor

LatLonDocValuesField(String name, double latitude, double longitude)
Creates a new LatLonDocValuesField with the specified latitude and longitude

Method

SortFieldnewDistanceSort(String field, double latitude, double longitude)
Creates a SortField for sorting by distance from a location.