[
https://issues.apache.org/jira/browse/LUCENE-4444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13610731#comment-13610731
]
Commit Tag Bot commented on LUCENE-4444:
----------------------------------------
[branch_4x commit] David Wayne Smiley
http://svn.apache.org/viewvc?view=revision&revision=1391629
LUCENE-4444 Use SpatialContext to read shape strings. Necessary for supporting
3rd party spatial contexts such as the JTS one to use polygons.
> SpatialArgsParser should let the context parse the shape string
> ---------------------------------------------------------------
>
> Key: LUCENE-4444
> URL: https://issues.apache.org/jira/browse/LUCENE-4444
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/spatial
> Reporter: David Smiley
> Assignee: David Smiley
> Fix For: 4.0
>
> Attachments:
> LUCENE-4444_Use_SpatialContext_to_read_shape_strings.patch
>
>
> SpatialArgsParser is not letting the SpatialContext read the shape string
> (via readShape(); instead it's using new
> SpatialArgsParser(ctx).readShape(...shapestring...). For the standard
> SpatialContext there is no difference. But the JTS extension has its own
> which parses WKT for polygon support, etc.
> Quick fix of course but this really sucks if 4.0 won't have the ability to
> plug in alternative shapes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]