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/02/08 16:17:13 UTC

[jira] [Resolved] (LUCENE-4761) Facets package reorganization

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

Shai Erera resolved LUCENE-4761.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0
                   4.2
         Assignee: Shai Erera

Committed to trunk and 4x
                
> Facets package reorganization
> -----------------------------
>
>                 Key: LUCENE-4761
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4761
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/facet
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>             Fix For: 4.2, 5.0
>
>
> Facets packages have a weird structure IMO. I think that we should organize the packages by feature, and not by functionality (index/search). For example:
> * o.a.l.facet.index -- core facets indexing
> * o.a.l.facet.search -- core facets search
> * o.a.l.facet.params -- all facets params (indexing and search)
> * o.a.l.facet.associations -- all associations code (we can break to sub-index/search packages if needed)
> * o.a.l.facet.partitions -- all partitions related code
> * o.a.l.facet.sampling -- all sampling related code
> * o.a.l.facet.util -- consolidate all utils under that, even those that are currently under o.a.l.util
> * o.a.l.facet.encoding -- move all encoders under it (from o.a.l.util)
> * o.a.l.facet.taxonomy -- all taxonomy related stuff.
> The motivation -- if I want to handle all associations related code, it should be very easy to locate it.

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