mirror of https://github.com/apache/lucene.git
javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5838738379
commit
23216e7844
|
@ -20,7 +20,6 @@ package org.apache.solr.schema;
|
||||||
import org.apache.lucene.document.Fieldable;
|
import org.apache.lucene.document.Fieldable;
|
||||||
import org.apache.lucene.search.SortField;
|
import org.apache.lucene.search.SortField;
|
||||||
import org.apache.lucene.spatial.geohash.GeoHashUtils;
|
import org.apache.lucene.spatial.geohash.GeoHashUtils;
|
||||||
import org.apache.solr.common.SolrException;
|
|
||||||
import org.apache.solr.request.TextResponseWriter;
|
import org.apache.solr.request.TextResponseWriter;
|
||||||
import org.apache.solr.request.XMLWriter;
|
import org.apache.solr.request.XMLWriter;
|
||||||
import org.apache.solr.search.QParser;
|
import org.apache.solr.search.QParser;
|
||||||
|
@ -32,8 +31,9 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* This is a class that represents a <a
|
* This is a class that represents a <a
|
||||||
* href="http://en.wikipedia.org/wiki/Geohash">Geohash</a> field. The field is
|
* href="http://en.wikipedia.org/wiki/Geohash">Geohash</a> field. The field is
|
||||||
* provided as a lat lon pair and is internally represented as a string
|
* provided as a lat/lon pair and is internally represented as a string.
|
||||||
*
|
*
|
||||||
|
* @see org.apache.solr.search.function.distance.DistanceUtils#parseLatitudeLongitude(double[], String)
|
||||||
*/
|
*/
|
||||||
public class GeoHashField extends FieldType {
|
public class GeoHashField extends FieldType {
|
||||||
|
|
||||||
|
@ -78,5 +78,4 @@ public class GeoHashField extends FieldType {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue