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
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
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
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