1) It is a SolrCloud setup on 4 servers, 4 shards, replication factor of 2. 2) There is no indexing going on. 3) No, I did not optimize. 4) Did not optimize between refreshes.
Thanks, Jing -----Original Message----- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Wednesday, September 10, 2014 4:09 PM To: solr-user@lucene.apache.org Subject: Re: Inconsistent relevancy score between browser refreshes More info please. 1> Are there replicas involved? 2> Is there any indexing going on? 3> If more than one node, did you optimize? 4> Did you optimize between refreshes? Best, Erick On Wed, Sep 10, 2014 at 12:28 PM, Tao, Jing <j...@webmd.net> wrote: > I am seeing different relevancy scores for the same documents, between > browser refreshes. Any ideas why? The query is the same, index is the same > - why would score change? > > Example: > First request returns: > <doc> > <str name="title">Stroke Anticoagulation and Prophylaxis</str> <float > name="score">3.463463</float> </doc> <doc> <str > name="title">Hemorrhagic Stroke</str> <float > name="score">3.463463</float> </doc> <doc> <str > name="title">Vertebrobasilar Stroke</str> <float > name="score">3.460521</float> </doc> > > Second request: > <doc> > <str name="title">Vertebrobasilar Stroke</str> <float > name="score">3.460521</float> </doc> <doc> <str > name="title">Hemorrhagic Stroke</str> <float > name="score">3.4484053</float> </doc> <doc> <str name="title">Stroke > Anticoagulation and Prophylaxis</str> <float > name="score">3.4484053</float> </doc> > > Third request: > <doc> > <str name="title">Stroke Anticoagulation and Prophylaxis</str> <float > name="score">3.463463</float> </doc> <doc> <str > name="title">Hemorrhagic Stroke</str> <float > name="score">3.463463</float> </doc> <doc> <str > name="title">Vertebrobasilar Stroke</str> <float > name="score">3.402718</float> </doc> > > > Jing