Hi All.

I have the follow fields in my schema:
<field name="uuid_field" type="uuid" indexed="true" stored="true"
default="NEW"/>
<field name="entity_instance_id" type="plong" indexed="true" stored="true"
required="true"/>
<field name="child_instance_id" type="plong" indexed="true" stored="true"
required="true"/>
<field name="client_id" type="plong" indexed="true" stored="true"
required="true"/>
<field name="indexing_date" type="date" default="NOW" multiValued="false"
indexed="true" stored="true"/>
<field name="field_name" type="textgen" indexed="true" stored="true"
required="false"/>
<field name="value" type="textgen" indexed="true" stored="false"
required="false"/>

I need to change the index of SOLR, adding a dynamic field that will
contains all values of "value" field. Its possible to get all index data and
reindex, putting the values on my dynamic field?

How the data was no stored, i don't find one way to do this

Thanks

Reply via email to