You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2016/03/16 14:31:07 UTC

lucene-solr:master: remove obselete warning: this sort makes bounding boxes for you

Repository: lucene-solr
Updated Branches:
  refs/heads/master 6ea458a0e -> 2c8b2a6cd


remove obselete warning: this sort makes bounding boxes for you


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/2c8b2a6c
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/2c8b2a6c
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/2c8b2a6c

Branch: refs/heads/master
Commit: 2c8b2a6cd3e02053bac2ca1a8f761079435eaf08
Parents: 6ea458a
Author: Robert Muir <rm...@apache.org>
Authored: Wed Mar 16 09:30:45 2016 -0400
Committer: Robert Muir <rm...@apache.org>
Committed: Wed Mar 16 09:30:45 2016 -0400

----------------------------------------------------------------------
 .../sandbox/src/java/org/apache/lucene/document/LatLonPoint.java | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2c8b2a6c/lucene/sandbox/src/java/org/apache/lucene/document/LatLonPoint.java
----------------------------------------------------------------------
diff --git a/lucene/sandbox/src/java/org/apache/lucene/document/LatLonPoint.java b/lucene/sandbox/src/java/org/apache/lucene/document/LatLonPoint.java
index f5541bd..7c056e2 100644
--- a/lucene/sandbox/src/java/org/apache/lucene/document/LatLonPoint.java
+++ b/lucene/sandbox/src/java/org/apache/lucene/document/LatLonPoint.java
@@ -336,10 +336,6 @@ public class LatLonPoint extends Field {
    * (missing values sort last).
    * <p>
    * If a document contains multiple values for the field, the <i>closest</i> distance to the location is used.
-   * <p>
-   * <b>NOTE</b>: distance sorting might be expensive for many documents. Consider restricting the document
-   * set with a {@link #newBoxQuery box}, {@link #newDistanceQuery radius} radius, or {@link #newPolygonQuery polygon}
-   * query for better performance
    * 
    * @param field field name. cannot be null.
    * @param latitude latitude at the center: must be within standard +/-90 coordinate bounds.