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 15:56:15 UTC

[jira] [Updated] (LUCENE-4849) Make ParallelTaxonomyArrays abstract

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

Shai Erera updated LUCENE-4849:
-------------------------------

    Attachment: LUCENE-4849.patch

Patch moves PTA under o.a.l.taxonomy with a concrete impl under *.directory (basically the previous PTA impl). Most of the changes are due the package move, but functionality hasn't changed.

Running few tests and i plan to commit this soon.
                
> Make ParallelTaxonomyArrays abstract
> ------------------------------------
>
>                 Key: LUCENE-4849
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4849
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/facet
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>         Attachments: LUCENE-4849.patch
>
>
> ParallelTaxonomyArrays, while appearing on TaxonomyReader, actually support only one implementation, that of DirectoryTaxonomyReader. I'd like to make it abstract (perhaps share the children/siblings arrays computation) to allow for other taxonomy reader implementations.

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