Michael McCandless created LUCENE-7518:
------------------------------------------

             Summary: FacetsConfig's multi-valued detection needs to take facet 
method into account
                 Key: LUCENE-7518
                 URL: https://issues.apache.org/jira/browse/LUCENE-7518
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Michael McCandless
            Assignee: Michael McCandless
             Fix For: master (7.0), 6.3
         Attachments: LUCENE-7518.patch

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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to