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:32:07 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x e68dc4a33 -> 6f124e100


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/6f124e10
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/6f124e10
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/6f124e10

Branch: refs/heads/branch_6x
Commit: 6f124e10017f65c6b0a1753cf9228f065a03db8e
Parents: e68dc4a
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:31:20 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/6f124e10/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.