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

FacetsConfig's multi-valued detection needs to take facet method into account

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • 6.3, 7.0
    • None
    • None
    • New

    Description

      I'm working on improving Lucene's nightly benchmarks testing of faceting when I hit this:

      FacetsConfig tries to detect if you are indexing the same field name more than once but you failed to tell it the field is multi-valued.

      But the logic is too simplistic because if I index a field name with SortedSetDocValuesFacetField and also as a taxonomy based FacetField it currently rejects that but shouldn't.

      Attachments

        1. LUCENE-7518.patch
          5 kB
          Michael McCandless

        Activity

          People

            mikemccand Michael McCandless
            mikemccand Michael McCandless
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: