When scores are identical, the tie is broken by the _internal_ Lucene doc ID.
For the same doc on two different replicas of the same shard, the internal
ID is not only different, but two docs may be ordered (by internal doc ID) one
way on replica1 and reversed on replica2.
To guarantee identical o
Am 25.07.2017 um 15:09 schrieb Mikhail Khludnev:
> Since all scores are equal it just can not break this tie. Add id as a sort
> clause to make results deterministic.
What about setting statsCache to ExactSharedStatsCache?
But there is all the same score 1.0, so maybe not a solution?
Bernd
>
>
Since all scores are equal it just can not break this tie. Add id as a sort
clause to make results deterministic.
On Tue, Jul 25, 2017 at 3:39 PM, Bernd Fehling <
bernd.fehl...@uni-bielefeld.de> wrote:
> Any wildcard query will do it, e.g. .../select?q=ant*&wt=json&...
>
> A couple of "shift + re
i thought you said different results i.e. different count.
On Tue, Jul 25, 2017 at 8:39 AM, Bernd Fehling <
bernd.fehl...@uni-bielefeld.de> wrote:
> Any wildcard query will do it, e.g. .../select?q=ant*&wt=json&...
>
> A couple of "shift + reload" (to bypass cache) in the browser and you
> will s
Any wildcard query will do it, e.g. .../select?q=ant*&wt=json&...
A couple of "shift + reload" (to bypass cache) in the browser and you
will see that the order of the result changes sometimes.
Definately no updates/ingestion because it's currently a
SolrCloud test system with only 12 mio. docs.
What is the query you are executing if you can share. Due you think
difference could be due to updates/ingestion happening same time?
Thanks,
Susheel
On Tue, Jul 25, 2017 at 7:47 AM, Bernd Fehling <
bernd.fehl...@uni-bielefeld.de> wrote:
> With SolrCloud 6.4.2 (5 shards on 5 server) and a wildca
With SolrCloud 6.4.2 (5 shards on 5 server) and a wildcard query
I get different results between the same query.
I assume this is alltogether due to the distributed search and
the response time of each server and the constant score of 1.0 ???
Is there any config where I can set the shard order (s