You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2013/04/07 08:47:15 UTC

[jira] [Created] (LUCENE-4914) Spatial PrefixTree Node/Cell reset() doesn't reset 'leaf' flag

David Smiley created LUCENE-4914:
------------------------------------

             Summary: Spatial PrefixTree Node/Cell reset() doesn't reset 'leaf' flag
                 Key: LUCENE-4914
                 URL: https://issues.apache.org/jira/browse/LUCENE-4914
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/spatial
    Affects Versions: 4.2
            Reporter: David Smiley
            Assignee: David Smiley
             Fix For: 5.0, 4.3


The SpatialPrefixTree Cell (formerly known as "Node") was refactored in LUCENE-4794 which made it into Lucene 4.2.  It introduced an explicit internal "leaf" flag that was formerly computed by examining shapeRel.  However, reset() doesn't reset this new flag.

The bug affects SpatialRecursivePrefixTreeStrategy on non-point indexed 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org