Re: DocValues with docValuesFormat="Disk"

2013-04-23 Thread Mou
Hi, If you use a codec which is not default, you need to download/build lucene codec jars and put it in solr_home/lib directory and add the codecfactory in the solr config file. Look here for detail instruction http://wiki.apache.org/solr/SimpleTextCodecExample Best, Mou -- View this messa

Re: DocValues with docValuesFormat="Disk"

2013-04-23 Thread Abhishek Sanoujam
Answering myself - adding this line in solrconfig.xml made it work: On 4/23/13 3:42 PM, Abhishek Sanoujam wrote: Hi all, I am trying to experiment with DocValues (http://wiki.apache.org/solr/DocValues) and use the "Disk" docValuesFormat. Here's how my field type declaration looks like: