rmuir commented on pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#issuecomment-791574562
greek dictionary has `828806` words, so the hash table alone is 3.2MB, right? as far as encoding of actual words (`n * VINT: the word form data`), maybe it is possible to explore `n * ZINT`, where you encode deltas from previously encoded character? Then this way, writing systems like greek, russian would typically only use single byte/char, because of how they are organized in unicode blocks. See {{readZInt()}} for more information. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org