Re: hit.score

2017-03-27 Thread Manjula Wijewickrema
; Hi, > > > > Can someone help me to understand the value given by 'hit.score' in > Lucene. > > I indexed a single document with five different words with different > > frequencies and try to understand this value. However, it doesn't seem to > > be normalized term frequency o

Re: hit.score

2017-03-27 Thread Adrien Grand
You can use IndexSearcher.explain to see how the score was computed. Le lun. 27 mars 2017 à 14:46, Manjula Wijewickrema <manjul...@gmail.com> a écrit : > Hi, > > Can someone help me to understand the value given by 'hit.score' in Lucene. > I indexed a single document with fi

hit.score

2017-03-27 Thread Manjula Wijewickrema
Hi, Can someone help me to understand the value given by 'hit.score' in Lucene. I indexed a single document with five different words with different frequencies and try to understand this value. However, it doesn't seem to be normalized term frequency or tf-idf. I am using Lucene 2.91. Any help

hit.doc, hit.score and FSDir performance

2006-04-10 Thread Sameer Shisodia
Hi All. I am using Lucene as the backbone of a 'Smart Search'. I have a layer over search that extensively analyzes results at runtime to bucket them. I do trim the resultset, but only after this procesing since their are non document weights that are combined with the result scores, and the