On 8/28/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: By looking at what is stored. Has this worked for others? the "stored" value of a field is allways going to be the pre-analyzed text -- that's why the stored values in your "text" fields still have upper case characters and stop words.
And since the stored values will always be the same, it normally doesn't make sense to store the targets of copyField if the sources are also stored. Youy can test if stemming was done by searching for a different tense of a word in the field. -Yonik