You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (JIRA)" <ji...@apache.org> on 2013/03/18 10:06:15 UTC

[jira] [Resolved] (LUCENE-4844) Remove TaxonomyReader.getParent(ord)

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

Shai Erera resolved LUCENE-4844.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 4.3
                   5.0

Committed to trunk and 4x.
                
> Remove TaxonomyReader.getParent(ord)
> ------------------------------------
>
>                 Key: LUCENE-4844
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4844
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/facet
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>             Fix For: 5.0, 4.3
>
>         Attachments: LUCENE-4844.patch
>
>
> This should have been gone when we introduced .getParallelArrays(). The method simply calls getParallelArrays().parents()[ord], and that's what callers should do. Except one test, no other code in facets calls this method.

--
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