Adrien Grand created LUCENE-6476:
------------------------------------
Summary: Split logic from TermContext.register
Key: LUCENE-6476
URL: https://issues.apache.org/jira/browse/LUCENE-6476
Project: Lucene - Core
Issue Type: Improvement
Reporter: Adrien Grand
Assignee: Adrien Grand
TermContext.register currently does two different things: it stores a reference
to an existing TermState in order to be able to seek back to the term
efficiently and it accumulates statistics for scoring.
However sometimes you would like to provide fake statistics in order to eg.
blend frequencies (LUCENE-329) so we could decouple these two operations in
order to make it easier?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]