rmuir commented on PR #16356: URL: https://github.com/apache/lucene/pull/16356#issuecomment-5109347095
but its just filling tokens until its full right? So if your first document has a distribution than all the others then it will just perform badly? Wouldn't it be more effective if cache used LRU-type behavior so that it retained the most frequent inputs? AFAIK the CharArrayMap doesn't support such semantics (e.g. removeEldestEntry) or anything. Maybe I am missing something. -- 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]
