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

Convert DrillDown to DrillDownQuery

Details

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

    Description

      DrillDown is a utility class for creating drill-down queries over a base query and a bunch of categories. We've been asked to support AND, OR and AND of ORs. The latter is not so simple as a static utility method though, so instead we have some sample code ...

      Rather, I think that we can just create a DrillDownQuery (extends Query) which takes a baseQuery in its ctor and exposes add(CategoryPath...), such that every such group of categories is AND'ed with other groups, and internally they are OR'ed. It's very similar to how you would construct a BooleanQuery, only simpler and specific to facets.

      Internally, it would build a BooleanQuery and delegate rewrite, createWeight etc to it.

      That will remove the need for the static utility methods .. or we can keep static term() for convenience.

      Attachments

        1. LUCENE-4750.patch
          42 kB
          Shai Erera
        2. LUCENE-4750.patch
          42 kB
          Shai Erera
        3. LUCENE-4750.patch
          39 kB
          Michael McCandless

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: