[ 
https://issues.apache.org/jira/browse/LUCENE-7518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael McCandless resolved LUCENE-7518.
----------------------------------------
    Resolution: Invalid

Nevermind :)  This cannot work anyway: the same field name cannot be both 
BINARY doc values (used by taxonomy) and SORTED_SET (used by SSDV facets).  One 
must use different field names ...

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

Reply via email to