Re: Score different for different documents containing same value

2018-03-26 Thread Erick Erickson
add debug=true to the query and you'll see exactly how the scores are calculated, that should give you a clue as to what's going on. In particular look at the parsed query and be sure that your query is parsed as you expect. It should be given you you specify the query, but as a sanity check. Is

Score different for different documents containing same value

2018-03-26 Thread bbarani
Hi, I was trying to query a field that has specific term in it and to my surprise the score was different for different documents even though the field I am searching for contained the same exact terms in all the documents. Any idea when this issue would come up? *Note:* All the documents conta