As I mentioned to Yago on #solr IRC, I modified the DocValues wiki page to note 
that <codecFactory> has to be configured in solrconfig.xml in order to use 
per-field doc values formats. - Steve

On 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.

Reply via email to