You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2016/03/22 11:19:25 UTC

[jira] [Created] (LUCENE-7128) Fix spatial and sandbox geo APIs to consistently take lat before lon

Michael McCandless created LUCENE-7128:
------------------------------------------

             Summary: Fix spatial and sandbox geo APIs to consistently take lat before lon
                 Key: LUCENE-7128
                 URL: https://issues.apache.org/jira/browse/LUCENE-7128
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Michael McCandless
            Assignee: Michael McCandless
             Fix For: master, 6.0


Right now sometimes it's lat, lon and other times it's lon, lat which
is just asking for horrors of biblical proportions.

I went through and carefully fixed them to take lat, lon in all places
I could find, and renamed y -> lat and x -> lon.  I also removed
unused code, or code only called from tests: I think Lucene shouldn't
just export spatial APIs unless we also ourselves need them for
indexing and searching.  Finally, I tried to shrink wrap the APIs,
making previously public apis private if nobody external invoked them.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org