[ 
https://issues.apache.org/jira/browse/LUCENE-5395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Smiley updated LUCENE-5395:
---------------------------------

    Attachment: LUCENE-5395_Spatial4j_0_4.patch

Patch attached.  It was a bit of work because I weened Lucene/Solr off all of 
Spatial4j's deprecated things.  I added a test to show that the old circle and 
rect syntax still work in Solr but there's no trace of it anywhere else.  And 
instead of simply copying ParseUtils into Solr, I really wanted to improve and 
simplify it and all code using it.  It's now "SpatialUtils" with just one real 
point parsing method. Arguably that should have been a separate Solr issue, but 
it's just an internal refactor.

I still need to actually release Spatial4j 0.4 but I was waiting for me to 
finish this patch.  I'll release it tomorrow.

*I'll commit this patch in ~24 hours, subject to feedback.*  I will open a 
separate issue for Solr to remove the old circle & rect format from trunk, and 
to ask a relation question about point formats.

> Upgrade Spatial4j to 0.4
> ------------------------
>
>                 Key: LUCENE-5395
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5395
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/spatial
>            Reporter: David Smiley
>            Assignee: David Smiley
>             Fix For: 4.7
>
>         Attachments: LUCENE-5395_Spatial4j_0_4.patch
>
>
> Spatial4j 0.4 should be released the week of January 13th; a snapshot is 
> published.  A longer version of the delta from 0.4 is in 
> [CHANGES.md|https://github.com/spatial4j/spatial4j/blob/master/CHANGES.md]
> A couple notable new features are:
> * Built-in WKT parser without relying on JTS.  The older shape string format 
> is deprecated.
> * A binary shape codec for reading & writing the shapes to a byte-stream in a 
> reasonably compact manner.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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

Reply via email to