You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2016/10/22 10:23:58 UTC

[jira] [Created] (LUCENE-7518) FacetsConfig's multi-valued detection needs to take facet method into account

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org