You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "JerryC (JIRA)" <ji...@apache.org> on 2013/11/04 17:23:18 UTC

[jira] [Created] (SOLR-5420) Solr indexing of multiple spatial fields (with polygons) produces errors

JerryC created SOLR-5420:
----------------------------

             Summary: Solr indexing of multiple spatial fields (with polygons) produces errors
                 Key: SOLR-5420
                 URL: https://issues.apache.org/jira/browse/SOLR-5420
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.5
            Reporter: JerryC


We got the following problem. When we try to index polygons together with their centroid in one document only a few documents are indexed, most of them return the error:

com.spatial4j.core.exception.InvalidShapeException: Ring Self-intersection at or near point (10.4592,​ 49.921,​ NaN)
When we index only the polygons everything works fine. When we index only the centroids everything woks fine. But when we index the polygons in one SpatialRecursivePrefixTreeFieldType and the centroid in another SpatialRecursivePrefixTreeFieldType we get the errors for a lot of polygons. Out of around 13000 polygons only ca. 3000 are indexed the other documents produce the error.

We are using the latest Solr 4.5 version.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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