Re: Solr Shard Query From Inside Search Component Sometimes Gives Wrong Results

2014-03-04 Thread Vishnu Mishra
Hi Shalin, I am making simple facet query on shards and the sort order is based on the score. Actually sometimes I am getting the correct result from the shards. I am not indexing the data at the time of query. I think as I am making the shard query inside Solr search component, it is no

Re: Solr Shard Query From Inside Search Component Sometimes Gives Wrong Results

2014-03-03 Thread Shalin Shekhar Mangar
What was the query you are making? What is the sort order for the query? Are you sure you are not indexing data in between making these requests? Are you able to reproduce this outside of your search component? It is hard to answer questions about custom code without actually looking at the code.