Sven Teichmann [s.teichm...@s4ip.de] wrote:
> If I understand Lucene's scoring correctly, I am not able to compare the
> scores returned by the same query executed on multiple indices, because
> there are factors affecting scoring which are different in each index.
> Is that right?
Yes and no. If
Hello everyone,
because of the large amount of data we have to index, we do not create
one large index but instead multiple small indices (we call them
volumes) which will then be put on multiple servers (our search cluster).
If I understand Lucene's scoring correctly, I am not able to compar