mayya-sharipova opened a new pull request #1653: URL: https://github.com/apache/lucene-solr/pull/1653
Store schema separately for stored fields Currently, stored fields for a document are stored in the following format: MetadataForField1, DataForField1 | MetadataForField2, DataForField2 .... This patch changes the format to: MetadataField1, MetadataField2...|DataField1, DataField2, ... As metadata are combined together, we hope that this will improve compression. Co-authored-by: Colin Goodheart-Smithe <[email protected]> ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
