On 1/29/2013 7:40 AM, Shawn Heisey wrote:
I don't think there's a way to turn off the stored field compression in the 4.1 index format, but I think there is something else you can do right now - switch to the 4.0 index format. To do this, you need a postingsFormat value of "Lucene40" on some or all of your stored fields in schema.xml and an option in solrconfig.xml.
It seems that I was wrong about this. Apparently postingsFormat does not affect the stored fields format. Apologies for offering incorrect information! See the comments on SOLR-4375 for more details.
Thanks, Shawn