RE: JSON facet bucket list not correct with sharded query

2017-04-10 Thread Karthik Ramachandran
#x27;solr-user@lucene.apache.org' Subject: RE: JSON facet bucket list not correct with sharded query Since the attachment was removed sending the code. import java.util.List; import java.util.Random; import java.util.UUID; import org.apache.solr.client.solrj.SolrReq

RE: JSON facet bucket list not correct with sharded query

2017-04-04 Thread Karthik Ramachandran
Since the attachment was removed sending the code. import java.util.List; import java.util.Random; import java.util.UUID; import org.apache.solr.client.solrj.SolrRequest.METHOD; import org.apache.solr.client.solrj.impl.HttpSolrClient; import org.apache.solr.client.solrj.response.QueryResponse; im