Hi! I'm facing a problem. I'm using SolrCloud 4.10.3, with 2 shards, each shard have 2 replicas.
After index data to the collection, and run the same query, http://localhost:8983/solr/catalog/select?q=a&wt=json&indent=true Sometimes, it return the right, { "responseHeader":{ "status":0, "QTime":19, "params":{ "indent":"true", "q":"a", "wt":"json"}}, "response":{"numFound":5,"start":0,"maxScore":0.43969032,"docs":[ {},{},... ] } } But, when I re-run the same query, it return : { "responseHeader":{ "status":0, "QTime":14, "params":{ "indent":"true", "q":"a", "wt":"json"}}, "response":{"numFound":0,"start":0,"maxScore":0.0,"docs":[] }, "highlighting":{}} Just some short word will show this kind of problem. Do anyone know what's going on? Thanks Regards, Jerome