Re: Copying few field using copyField to non multiValued field

2012-11-26 Thread Barry Galaxy
thanx erick! oh, there was a typo in my example... i meant: /*full_name = first_name + last_name */ you are correct, i would like to use keywordtokenizer to get an exact hit on a query such as: full_name:"Billy Corgan" coming from a source document with: */Billy & Corgan/* is this possible

Re: Copying few field using copyField to non multiValued field

2012-11-21 Thread Barry Galaxy
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