msokolov commented on PR #15584:
URL: https://github.com/apache/lucene/pull/15584#issuecomment-3781458294

   OK, I think we also need to revise the approach somewhat since we can have 
overflows when there are multiple instances of the same term in the same 
document, but the intent here is that this field type stores a single 
score-per-document-per-term, and it makes no sense to index the same term twice 
in the same document.  I think we can raise an exception when we detect this in 
order to prevent it.


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

Reply via email to