Closed mikemccand closed 5 years ago
Thanks Alex! Patch looks good I will commit soon.
[Legacy Jira: Ignacio Vera (@iverase) on Sep 06 2019]
Commit 5f6c744ae1bec5831d498cf7ada463f1550cb468 in lucene-solr's branch refs/heads/master from Alexander Reelsen https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=5f6c744
LUCENE-8964: Fix geojson shape parsing on string arrays in properties (#866)
[Legacy Jira: ASF subversion and git services on Sep 10 2019]
Commit bb5f4ddd755e00a3f602d2ca88ecd07e9e2fae0b in lucene-solr's branch refs/heads/branch_8x from Alexander Reelsen https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=bb5f4dd
LUCENE-8964: Fix geojson shape parsing on string arrays in properties (#866)
[Legacy Jira: ASF subversion and git services on Sep 10 2019]
Commit f09aafd624c44bf7d6a327040a96a4dd40b6df5f in lucene-solr's branch refs/heads/master from Ignacio Vera https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=f09aafd
LUCENE-8964: Move entry in CHANGES.txt to version 8.3
[Legacy Jira: ASF subversion and git services on Sep 10 2019]
Thanks @aleree
[Legacy Jira: Ignacio Vera (@iverase) on Sep 10 2019]
The Geo JSON parser throws an exception when trying to parse an array of strings, which is somewhat common in some free geojson services like https://whosonfirst.org
An example file can be seen at https://data.whosonfirst.org/101/748/479/101748479.geojson
This fixes the parser to also parse a string array.
Legacy Jira details
LUCENE-8964 by Alexander Reelsen (@spinscale) on Sep 04 2019, resolved Sep 10 2019 Attachments: lucene-parse-geojson-arrays-0.patch