@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
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