: If I index with this, the spellcheck Analyser class complains that I'm
: putting two values in a multiValued="false" field. Since I have to make it
: multiValued, the same word in successive values is not collapsed into one
: mention of the word.

I think you are missunderstanding hte intent of the "multiValued" field
attribute -- it really has nothing to do with collapsing values or
removing duplicates, it just tells Solr wether or not you want to allow
multiple descreete values to ever be added -- wether it's by a copyField
or by you sending multiple explicit values when you add the document.

even if you take copyField out of the equation, and sent the values
explicitly; or took multiValued out of hte equation and did a string
concat of the values before adding the doc there would still be no
automatic collapsing of successive instances of a word.


-Hoss

Reply via email to