Hi,

Can I add to an existing field the docvalue feature without wipe the actual?

The modification on the schema will be something like this:
<field name="surrogate_id"  type="tlong"   indexed="true"  stored="true" 
multiValued="false" />
<field name="surrogate_id"  type="tlong"   indexed="true"  stored="true" 
multiValued="false"  docValues="true"/>

I want use the actual data to reindex it again in the same collection but in
the process create the docvalues too, it's possible?

I'm using solr 4.6.1



-----
Best regards
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Adding-DocValues-in-an-existing-field-tp4114462.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to