i would also like to copy a few fields to a single-valued field.
my reasoning for this is to then perform exact-match search on the
concatenated field.
e.g.

full_name = first_name + last+name

i would then like to search:

full_name:"john foo"

but copyField is making the full_name field look like this:
<arr name="full_name">
<str>john</str>
<str>foo</str>
</arr>

which is not working for the exact match...

ideas?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Copying-few-field-using-copyField-to-non-multiValued-field-tp3066979p4021605.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to