Note - i am using lucene 7.7.3 *Thanks and Regards,* *Vimal Jain*
On Tue, Jun 20, 2023 at 12:26 PM Vimal Jain <vkj...@gmail.com> 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 indexing and later > using it for scoring during query execution time ( in Scorer's score() > method ). I noticed a performance drop in my application and I suspect it's > because of this change. > Any insight or related articles for reference would be appreciated. > > > *Thanks and Regards,* > *Vimal Jain* >