RE: Solr Faceting with Name Values

2013-01-29 Thread O. Olson
Thank you Robi for the information. I will be looking into this esp. the implementation. Having to join the names together and then split them later is something I have to discuss with my team. O. O. Petersen, Robert wrote > Hi O.O > > 1. Yes faceting on field function_s would return all the

RE: Solr Faceting with Name Values

2013-01-29 Thread Petersen, Robert
/solr/HierarchicalFaceting http://lucidworks.lucidimagination.com/display/solr/Faceting Have fun! Robi -Original Message- From: O. Olson [mailto:olson_...@yahoo.it] Sent: Monday, January 28, 2013 3:11 PM To: solr-user@lucene.apache.org Subject: RE: Solr Faceting with Name Values Thank you Robi.

RE: Solr Faceting with Name Values

2013-01-28 Thread O. Olson
Thank you Robi. Your idea seems good but I have a few questions: 1. From your description, I would create a field “Function_s” with the value “Scanner” and “Function_s” with the value “Printer” for my two Products. This seems good. Is it possible for you give me a query for this dynamic fie

RE: Solr Faceting with Name Values

2013-01-28 Thread Petersen, Robert
Hi O.O., You don't need to add them all into the schema. You can use the wildcard fields like to hold them. You can then have the attribute name be the part of the wildcard and the attribute value be the field contents. So you could have fields like Function_s:Scanner etc and then you could