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.