bruno-roustant opened a new pull request #676: [LUCENE-8753] SharedTerms UniformSplit URL: https://github.com/apache/lucene-solr/pull/676 An extension of UniformSplit to share the terms between fields. The fields share the same FST dictionary in the block file. Each term occur only once in the block file, and the different term states for multiple fields are stored on each term line in the block file. So there is a single FST for multiple fields, which is generally much more compact when there a lot of fields.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
