Vaishali
Results
1
issues of
Vaishali
I have downloaded the solr 0.6.0 & trying to use solr pivot. here is my sample query var query = client.createQuery() .q({ 'feed_type':'UNCATEGORIZEDITEM' }) .start(0) .rows(10) .facet({pivot:'batch_id,item_status'}); in the response...