Re: copyField is not tokenizing the values at index time

2010-11-23 Thread Shanmugavel SRD
Thanks Erick. -- View this message in context: http://lucene.472066.n3.nabble.com/copyField-is-not-tokenizing-the-values-at-index-time-tp1952756p1958946.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: copyField is not tokenizing the values at index time

2010-11-23 Thread Erick Erickson
I think you got fooled by what's returned as a field value. When you store a field and later return that field as part of a document, your exact input is returned *regardless* of what analysis has been done. So your *query* of spellword:[* to *] returns the stored value, not the indexed tokens. I