Does it work if you define it on the fieldType level as opposed to field level?
You might also look into creating your own codecFactory: http://wiki.apache.org/solr/SolrConfigXml Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Mon, Jan 27, 2014 at 5:17 PM, deepanshu gupta <deepanshugupt...@yahoo.in> wrote: > Hey, > Is there any way to use MemoryPosting Format for my whole index, I mean > instead of specifying Codec attribute on per field basis can I specify > something in my solrconfig.xml or schema.xml that will use Memory Posting > Format for all indexed fields.If there is any way let me know. I know this > will take lot of my memory but in my case memory issue is not there all i > want is to return results as fast as possible. > Thanks.