Re: Error on grouping result set

2015-05-20 Thread Erick Erickson
Possibly you changed the field type sometime without completely blowing away your index and re-indexing from scratch? Based on: "unexpected docvalues type SORTED_SET for field 'vendor' (expected=SORTED)" Because you can't group on multi-valued fields, which is I think what's going on here. Eithe

Error on grouping result set

2015-05-20 Thread Abhijit Deka
Hi, I am having some problem whille grouping the result set.I have a solr schema like this I am querying the schema and the result is like this product,Vendor,Invoice abc,vendor1,49206.758 abc,vendor2,35654.981 abc,vendor2,94861.258 abc,vendo