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:
Erik Hatcher 2011-07-05 13:20:03 +00:00
parent 8734f21840
commit 2cb8ffa16f
1 changed files with 1 additions and 1 deletions

View File

@ -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).
*