On Mar 31, 2014, at 4:02 PM, Ken Krugler <kkrugler_li...@transpac.com> wrote:
> 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? Not currently possible. Solr’s SchemaCodecFactory only has a hook for postings format (and doc values format). Erik