Long shot. What's your Solr version and what's the LUCENE version in your solrconfig.xml?
Regards, Alex. Personal blog: http://blog.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 Fri, May 31, 2013 at 11:09 AM, yriveiro <yago.rive...@gmail.com> wrote: > Hi, > > I have this error on a solr.StrField defined in my schema: > > FieldType 'string_dv' is configured with a docValues format, but the codec > does not support it. > > <fieldtype name="string_dv" class="solr.StrField" sortMissingLast="true" > omitNorms="true" docValuesFormat="Disk"/> > > In documentation > http://wiki.apache.org/solr/DocValues#Specifying_a_different_Codec_implementation > , the StrField field format appears as supported. > > What I doing wrong? > > > > > ----- > Best regards > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Docvalue-on-a-StrField-equal-a-codec-error-tp4067347.html > Sent from the Solr - User mailing list archive at Nabble.com.