Re: Combining several fields for facets.

2014-09-28 Thread SolrUser1543
I have many values in each field, I cant use facet query... (I dont know all the values) -- View this message in context: http://lucene.472066.n3.nabble.com/Combining-several-fields-for-facets-tp4160679p4161539.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Combining several fields for facets.

2014-09-24 Thread lboutros
How many different values do you have in your fields and do you know them ? Faceting by query is not an option for you ? Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Combining-several-fields-for-facets-tp4160679p4160866.html Sent from the So

Re: Combining several fields for facets.

2014-09-24 Thread SolrUser1543
Using a copy field will require reindeer of my data, I am looking for a solution without reindex. -- View this message in context: http://lucene.472066.n3.nabble.com/Combining-several-fields-for-facets-tp4160679p4160858.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Combining several fields for facets.

2014-09-23 Thread Erick Erickson
If you used pivot facets you'd get all the information back, but you'd have to combine the cells yourself. Best, Erick On Tue, Sep 23, 2014 at 6:02 AM, SolrUser1543 wrote: > Hi! > How can I create a facet combining 2 (or more) different fields, without > using copy field to union them? > For ex

Re: Combining several fields for facets.

2014-09-23 Thread Alexandre Rafalovitch
Why not copy them into a facet field. Space constraints? If space is the concern, you need to remember that facets use indexed value, so that copy target field has absolutely no reason to be stored. And indexed values are stored only once per unique token, so then you are only paying for posting t