Do you want to search for the unstemmed term, or just be able to retrieve it?
When you retrieve a document, you get the un-analyzed original fields. If you want to index both the stemmend and unstemmed terms, the easiest way is to add the field twice (the second time using a different field name) and use different analyzers for the different fields. -Yonik On 1/19/06, Klaus <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to get the unstemmed term out of the lucene index, or do I > have to change the analyzer, to save the original term and the stemmed one? > > Thank, > > Klaus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]