[Dspace-tech] Multiple metadata fields in one facet in DSpace 1.6

2014-11-21 Thread Ruben
Hi all, I'm working on DSpace 1.6.2 XMLUI and I have a question about Solr config. Solr/Discovery config is very different from 3.0 versions and I don't know if it's allowed to include multiple metadata fields into one facet. For example in 3.2 we have discovery.cfg to configure what metadata

Re: [Dspace-tech] Multiple metadata fields in one facet in DSpace 1.6

2014-11-21 Thread emilio lorenzo
Hi, Ruben probably it is possible. I would use something similar to the process described in the following blog post by Kim Shepherd (thanks). It´s an old entry, but dspace 1.6.2 is quite old also http://kim-shepherd.blogspot.com.es/2010/11/discovering-discovery-dspace-solr-tips.html

Re: [Dspace-tech] Multiple metadata fields in one facet in DSpace 1.6

2014-11-21 Thread Ruben
Hi Emilio, Thanks for your help. I'm trying to map dc.creator and dc.contributor.interpret into Author facet, so I have this config in schema.xml: field name=creator_filter type=dspaceFilter indexed=true stored=true multiValued=true/ copyField source=dc.creator dest=creator_filter/ copyField