Let me describe the question using an example: If search "Lee" on name field as exact term match,
returning result can be: Lee Jamie Jamie Lee Will solr grant higher score to "Lee Jamie" vs "Jamie Lee" based on the position of the term in name field of each document? >From what i know, the score are related to: 1. term frequency 2. idf (inverse document frequency) 3. length norm 4. query norm It does not seem to care the position of the match term. Is it right? Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Is-relevance-score-related-to-position-of-the-term-tp2363369p2363369.html Sent from the Solr - User mailing list archive at Nabble.com.