This is Condition example:

I have employee with name Rajani and her ID 2
And another employee name also Rajani ID 3 and another also Rajani with id 4
When i make a facet on name:rajani  and facets on ID ,Results will be like

Name = rajani <count=3>

ID=1  <count=1>
ID= 2 <count=1> 
ID =3 <count=1> 


What I needed is Like 

(Name=Rajani , ID=1) <1>
  (Name=Rajani , ID=2) <1>
  (Name=Rajani , ID=3) <1>

Both facets count in same line so that based on ID i can again easily the
results set

Please let me know faceting like this.... 
 
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Getting-facets-count-on-multiple-fields-by-doing-a-Group-By-tp972105p972105.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to