You say you observed a performance drop, what are you comparing against? Le mar. 20 juin 2023, 08:59, Vimal Jain <vkj...@gmail.com> a écrit :
> 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* > > >