Another effect I do not understand ist the queryNorm which differs between 
documents, reading the documents I assumed them to be constant.
>From the lucene documentation 
<http://lucene.apache.org/core/3_0_3/api/all/org/apache/lucene/search/Similarity.html>
:

> 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.
>
this is from the scoring of the first results
{
   "value": 0.0059806756,
   "description": "queryNorm"
}
 
others have:
{
   "value": 0.0031318406,
   "description": "queryNorm"
}

as the queryNorm finally _does_ affect document ranking i am asking myself 
if i am doing something wrong ...

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/d258c287-a758-4165-8d0f-46a8bb950b8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to