#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
out.println(String.format("Result for Offset:%4d ==> Number of
Buckets:%4d, Bucket Size:%4d, vals:%s",
offset, numBuckets, buckets.size(), buckets));
offset += limit;
}
} while (buckets != null && buckets.size() != 0 && offset <= num
We are using JSON facet to list files that are duplicate(mincount: 2) in pages,
after 2-3 page we don't any result even though there are more results.
Schema:
Query:
http://localhost:8983/solr/fileduplicate01/select/?wt=json&q=*:*&start=0&rows=0&shards=localhost:8983/solr/fileduplicate0