benwtrent commented on issue #14758: URL: https://github.com/apache/lucene/issues/14758#issuecomment-3656640210
One other thing...I think this only becomes an issue when graphs become large (e.g. after segments are merged). During merges, doesn't the merge logic have access to everything already inside the `MergeState` object? So, if you had a field that provided doc_values, we could, idk, just grab those somehow? It would make merging logic more expensive, but maybe that is a better solution here. -- 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]
