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 understand
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 differen
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
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 hits