Re: Relative cpu cost of fetching term frequency during scoring

2023-06-19 Thread Vimal Jain
Note - i am using lucene 7.7.3 *Thanks and Regards,* *Vimal Jain* On Tue, Jun 20, 2023 at 12:26 PM Vimal Jain wrote: > Hi, > I want to understand if fetching the term frequency of a term during > scoring is relatively cpu bound operation ? > Context - I am storing custom term frequency during

Relative cpu cost of fetching term frequency during scoring

2023-06-19 Thread Vimal Jain
Hi, I want to understand if fetching the term frequency of a term during scoring is relatively cpu bound operation ? Context - I am storing custom term frequency during indexing and later using it for scoring during query execution time ( in Scorer's score() method ). I noticed a performance drop i