msokolov opened a new pull request, #15584: URL: https://github.com/apache/lucene/pull/15584
fixes #11086 This change introduces a "termdoc" field type whose term frequencies are to be interpreted as scores, not frequencies. For such fields we want the number of terms encoded by DefaultIndexingChain to count terms rather than summing term frequencies (same as docFreq). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
