Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-4761

Facets package reorganization

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.2, 6.0
    • modules/facet
    • None
    • New, Patch Available

    Description

      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.

      Attachments

        Activity

          People

            shaie Shai Erera
            shaie Shai Erera
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: