mirror of https://github.com/apache/lucene.git
fix javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8734f21840
commit
2cb8ffa16f
|
@ -35,7 +35,7 @@ import org.apache.solr.request.SolrQueryRequest;
|
|||
* <ul>
|
||||
* <li>sfield - The field to filter on. Required.</li>
|
||||
* <li>pt - The point to use as a reference. Must match the dimension of the field. Required.</li>
|
||||
* <li>d - The distance in km. Requited.</li>
|
||||
* <li>d - The distance in km. Required.</li>
|
||||
* </ul>
|
||||
* The distance measure used currently depends on the FieldType. LatLonType defaults to using haversine, PointType defaults to Euclidean (2-norm).
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue