Hi,

I have my config something like "clubbed_text" of type "text" and 
"clubbed_string" of type "string". :

BLOCK-1...
    <field name="field_A" type="text" indexed="true" stored="true" />
    <field name="field_B" type="text" indexed="true" stored="true" />

BLOCK-2...
   <field name="clubbed_text" type="text" indexed="true" stored="false" 
multiValued="true"/>
   <field name="clubbed_string" type="string" indexed="true" stored="false" 
multiValued="true"/>

BLOCK-3...
   <copyField source="field_A" dest="clubbed_text"/>
   <copyField source="field_B" dest="clubbed_text"/>

BLOCK-4...
   <copyField source="clubbed_text" dest="clubbed_string"/>

Is the copyField valid specified in BLOCK-4?  It seems it is not populating the 
clubbed_string with the values of field_A and field_B.

Do I need to populate clubbed_string by explicitly copying field_A and field_B 
directly to it?

Please help.

regards,
Naga

Reply via email to