bugmakerrrrrr commented on issue #13805: URL: https://github.com/apache/lucene/issues/13805#issuecomment-2360998233
> Separately, we may want to consider changing the DocValuesProducer API to take a String rather than a FieldInfo, like e.g. points, so that it is not tempted to trust the caller to resolve the FieldInfo object correctly. @jpountz +1, We have encountered the [related issue in NormsProducer](https://github.com/apache/lucene/issues/13685), and I worked around it by resolving the field info inside the NormsProducer. -- 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]
