Performance of multi_match

Hello Christoph,

Sorry but I won't be able to provide hints on this one. Hope you'll find
a solution

Stephane

On 06/26/2014 05:43 PM, Christoph Lingg wrote:

other unexpected results arise due to different queryNorms:

for the first result i get a query norm:
|
{
"value": 0.0059806756,
"description": "queryNorm"
}
|

for some other documents it's:
|
{
"value": 0.0031318406,
"description": "queryNorm"
}
|

the querynorm is multiplied to create the score, so it pushes some
documents by a factor of two leading to unexpected results i do not
understand. i digged into queryNorm and as far as i could understand
it should stay constant for all docs! the documentation
http://lucene.apache.org/core/3_0_3/api/all/org/apache/lucene/search/Similarity.html
states:
|
queryNorm(q) is a normalizing factor used to make scores between
queries comparable. This factor does not affect document ranking
(since all ranked documents are multiplied by the same factor), but
rather just attempts to make scores from different queries (or even
different indexes) comparable.
|

is it ok that queryNorm differs?

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/bjl2PJEhYsg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com
mailto:elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/88ac7b4a-ffc9-4fa3-88e1-0342424f1be5%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/88ac7b4a-ffc9-4fa3-88e1-0342424f1be5%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/53AD08D7.1010606%40gmail.com.
For more options, visit https://groups.google.com/d/optout.