David Smiley created LUCENE-4585:
------------------------------------

             Summary: Spatial RecursivePrefixTreeFilter has some bugs with 
indexing non-point shapes
                 Key: LUCENE-4585
                 URL: https://issues.apache.org/jira/browse/LUCENE-4585
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/spatial
    Affects Versions: 4.0
            Reporter: David Smiley


RecursivePrefixTreeFilter has some bugs that can occur when searching indexed 
shapes.  One bug is an unpositioned termsEnum.  It through an exception in 
testing; I'm not sure what its effects would be in production.  The other 
couple bugs are hard to describe here but were rare to occur in extensive 
testing. The effects were probably a slim chance of matching an indexed shape 
near the query shape. And SpatialPrefixTree does not support an indexed shape 
that covers the entire globe.

These bugs were discovered during development of tests for RPTF LUCENE-4419 
which I will submit shortly.

--
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to