Hi, I'm having a weirdness with indexing multiple terms to a single field
using a copyField. An example:
For document A
field:contents_1 is a multivalued field containing "cat", "dog" and "duck"
field:contents_2 is a multivalued field containing "cat", "horse", and
"flower"
For document B
field:c
On a closer review, i am noticing that the fieldNorm is what is killing
document A.
If I reindex with omitNorms=true, will this problem be "solved"?
On Wed, Feb 2, 2011 at 4:54 PM, Martin J wrote:
> Hi, I'm having a weirdness with indexing multiple terms to a single field
&