You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Otis Gospodnetic <ot...@gmail.com> on 2014/02/04 04:37:14 UTC

Re: Adding DocValues in an existing field

Hi,

You can change the field definition and then reindex.

Otis
Solr & ElasticSearch Support
http://sematext.com/
On Jan 30, 2014 1:12 PM, "yriveiro" <ya...@gmail.com> wrote:

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