Re: MemPostingFormat For all terms in index

2014-01-27 Thread Alexandre Rafalovitch
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/alexandrerafalo

MemPostingFormat For all terms in index

2014-01-27 Thread deepanshu gupta
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