Re: Search inconsistency on Solr

2015-07-07 Thread Alessandro Benedetti
Hi, you pointed to a couple of issues related the Solr Cloud architecture. Is your problem involving querying different Solr nodes ? in the case you are testing a single node I find really hard to believe Solr scoring is not consistent ( assuming the index is not changing). Can you give us detail

Re: Search inconsistency on Solr

2015-07-07 Thread Walter Underwood
We test the order of results, not the exact score. Score values depend on the number of documents in the index. Also, the order is the only thing we care about. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) On Jul 7, 2015, at 12:40 AM, joseph paulo ma

Fwd: Search inconsistency on Solr

2015-07-07 Thread joseph paulo mantuano
Hi All, I started using solr a while back. Now I'm writing jUnit test for the solr application but I encounter inconsistency in my results causing my jUnit tests to fail. There are times that the order of the documents returned will be different because of the score. Do you have any pointers to s

Search inconsistency on Solr

2015-07-07 Thread joseph paulo mantuano
Hi All, I started using solr a while back. Now I'm writing jUnit test for the solr application but I encounter inconsistency in my results causing my jUnit tests to fail. There are times that the order of the documents returned will be different because of the score. Do you have any pointers to s