Hi all, I've been using the SimpleTextCodec in the past, but I just noticed something odd…
I'm running Solr 4.3, and enable the SimpleText posting format via something like: <fieldType name="date" class="solr.DateField" postingsFormat="SimpleText" /> The resulting index does have the expected _0_SimpleText_0.pst text output, but I just noticed that the other files are all the standard binary format (e.g. .fdt for field data) Based on SimpleTextCodec.java, I was assuming that I'd get the SimpleTextStoredFieldsFormat for stored data. This same holds true for most (all?) of the other files, e.g. https://issues.apache.org/jira/browse/LUCENE-3074 is about adding a simple text format for DocValues. I can walk the code to figure out what's up, but I'm hoping I just need to change some configuration setting. Thanks! -- Ken -------------------------- Ken Krugler +1 530-210-6378 http://www.scaleunlimited.com custom big data solutions & training Hadoop, Cascading, Cassandra & Solr