Hi all (and particularly Uwe and Robert),

On Mar 28, 2014, at 7:24am, Michael McCandless <luc...@mikemccandless.com> 
wrote:

> You told the fieldType to use SimpleText only for the postings, not
> all other parts of the codec (doc values, live docs, stored fields,
> etc...), and so it used the default codec for those components.
> 
> If instead you used the SimpleTextCodec (not sure how to specify this
> in Solr's schema.xml) then all components would be SimpleText.

Yes, that's the gist of my question - how do you specify use of SimpleTextXXX 
(e.g. SimpleTextStoredFieldsFormat) in Solr?

Or is this currently not possible?

Thanks,

-- Ken



> On Fri, Mar 28, 2014 at 8:53 AM, Ken Krugler
> <kkrugler_li...@transpac.com> wrote:
>> 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





Reply via email to