uschindler commented on issue #11608: URL: https://github.com/apache/lucene/issues/11608#issuecomment-5267614934
Hi, thank you for the analysis. So from your perspective, there are no chances of great improvements without having possible problems in other configurations (you only indexed Wikipedia)? I think it is important to take into account that there are other usage patterns than indexing wikipedia. E.g., the ID field has only unique terms and therefor the hit ratio of BytesRefHash is "zero". So acatually the hashing should behave good on avarage for typical loads, but should not perform significantly worse for some workloads like unique terms. -- 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]
