Re: Analyzer

2006-01-19 Thread Stéphane Lagraulet
Hi, You'd better use 2 fields, one analysed and not stored, and the other one only stored. So you perform the query on the analysed field and present the other field (not stemmed) in the result. Stephan Lagraulet Klaus a écrit : Hi, Is there a way to get the unstemmed term out of the lucene

Re: Analyzer

2006-01-19 Thread Stéphane Lagraulet
Yonik, You're right, it's unecessary unless you want to search on both (so index both), as you said in your other message SL Yonik Seeley a écrit : On 1/19/06, Stéphane Lagraulet <[EMAIL PROTECTED]> wrote: Hi, You'd better use 2 fields, one analysed and not stor