Re: faceting on multiple fields

2010-03-05 Thread Erick Erickson
Please post further questions on this topic to the solr users' list at solr-u...@lucene.apache.org. This list is intended for internal SOLR development discussions. Best Erick On Thu, Mar 4, 2010 at 9:40 PM, Seffie Schwartz yschw...@yahoo.com wrote: Hi - How do I facet on two fields at

faceting on multiple fields

2010-03-04 Thread Seffie Schwartz
Hi - How do I facet on two fields at the same time - If I were using a data base I would say - select a,b,count(*) from mytable group by a,b order by count(*) desc. How could I do the same with faceting. I know that I can facet on a separately and b separately but how do I do a b. Another

Re: faceting on multiple fields

2010-03-04 Thread Lance Norskog
Faceting: facet=truefacet. Look at http://wiki.apache.org/solr/SimpleFacetParameters#Facet_Fields_with_No_Zeros_And_Missing_Count_For_One_Field Notice the f.cat.facet.missing=true parameter. This lets you address fields separately. Joins: This query find documents with no value for a field: