Hi all.
I'm currently working on setting up spelling suggestion functionality.
What I'd like is to put the values of two fields ("keyword" and "name")
into the spell-field.
Something like (from schema.xml):
<field name="spell" type="textSpell" indexed="true" stored="true"
multiValued="true"/>
...
<copyField source="keyword" dest="spell"/>
<copyField source="name" dest="spell"/>
As far as i can see I only get suggestions from the keyword-field, and
not from the name-field.
So my question is:
Is it possible to copy both "keyword" and "name" into the "spell"-field?
Thanks,
Steinar