RE: Merging Fields

2007-10-05 Thread Lance Norskog
@lucene.apache.org Subject: RE: Merging Fields Jae, The easiest way to do this is with CopyField. These entries in your schema will accomplish that: Field 3 will have the tokens from both field 1 and 2 in it. If you want to merge those 2 fields for display, I would just concat them at

RE: Merging Fields

2007-10-05 Thread Keene, David
Jae, The easiest way to do this is with CopyField. These entries in your schema will accomplish that: Field 3 will have the tokens from both field 1 and 2 in it. If you want to merge those 2 fields for display, I would just concat them at display time. Dave -Original Message