Re: hit.score

2017-03-27 Thread Manjula Wijewickrema
Thanks Adrien. On Mon, Mar 27, 2017 at 6:56 PM, Adrien Grand wrote: > You can use IndexSearcher.explain to see how the score was computed. > > Le lun. 27 mars 2017 à 14:46, Manjula Wijewickrema a > écrit : > > > Hi, > > > > Can someone help me to

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 a écrit : > Hi, > > Can someone help me to understand the value given by 'hit.score' in Lucene. > I indexed a single document with five different words

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

Re: Docvalue - Sorting on Numeric Docvalue

2017-03-27 Thread Adrien Grand
The "Sorted" in "SortedNumericDocValuesField" is about the fact that per-document values are returned in numeric order. For instance if you index two values for a document, the insertion order will be ignored and when you will pull sorted numeric doc values on a LeafReader, values for that

[ANNOUNCE] Apache Lucene 6.5.0 released

2017-03-27 Thread jim ferenczi
27 March 2017 - Apache Lucene™ 6.5.0 available The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.0. Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires