On 3/31/2014 2:36 PM, Erik Hatcher wrote:
Not currently possible. Solr’s SchemaCodecFactory only has a hook for postings
format (and doc values format).
Erik
Would it be a reasonable thing to develop a config structure (probably
in schema.xml) that starts with something like <codec name="foo"> and
has ways to specify the class and related configuration for each of the
components in the codec? Then you could specify codec="foo" on an
individual field definition. The codec definition could allow one of
them to have default="true".
I will admit that my understanding of these Lucene-level details is low,
so I could be thinking about this wrong.
Thanks,
Shawn