[
https://issues.apache.org/jira/browse/SOLR-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488761
]
Yonik Seeley commented on SOLR-209:
-----------------------------------
OK, thanks for the clarification.
BTW, the current faceting code can facet on multiple fields... you just need to
include facet.field more than once:
facet.field=subject&facet.field=subjectA&facet.field=subjectG
> Multifields and multivalued facets
> ----------------------------------
>
> Key: SOLR-209
> URL: https://issues.apache.org/jira/browse/SOLR-209
> Project: Solr
> Issue Type: Improvement
> Components: search
> Affects Versions: 1.1.0
> Environment: Java
> Reporter: Rida Benjelloun
> Fix For: 1.1.0
>
> Attachments: MultiFieldsHitsFacets.java, MultiFieldsHitsFacets.patch
>
>
> MultiFieldsHitsFacets, increase the performance of faceting in multiValued
> fields, buy creating facets from Lucene Hits. It also allows the creation of
> facet using multiple fields. The fields must be separated by single space
> Example : facet.field=subject subjectG subjectA .
> Rida Benjelloun
> [EMAIL PROTECTED]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.