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 09:07:18 UTC

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

     [ https://issues.apache.org/jira/browse/LUCENE-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Smiley resolved LUCENE-4914.
----------------------------------

       Resolution: Fixed
    Lucene Fields: New,Patch Available  (was: New)
    
> 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
>
>         Attachments: LUCENE-4914__Spatial_Cell_reset()_forgot_the__leaf__flag_.patch
>
>
> 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