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
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