I think perhaps there is a minor doc drought, or perhaps just I'm having an SEO bad hair day.
I'm trying to understand the relationship of codecFactory and postingFormat. Experiment 1: I just want to use my own codec. So, I make a CodecFactory, declare it in solrconfig.xml, and stand back? If so, why does codecFactory take a name attribute? Experiment 2: I want something per field. I can has a postingsFormat per field by using the SchemaCodecFactory and then naming ... some class in postingsFormat="". A postings format class? A Codec class? I will improve documentation when I have this all straight.