Re: [Lucene-users] exact phrase and StopAnalyzer

2001-06-12 Thread Gerhard Schwarz
Hi, Sebastian Schulz schrieb: > > hi, > > when using a StopAnalyzer and trying a exact phrase, which contains > a Token from the StopTable, this Token is eliminated by the > QueryParser. > > example: >phrase: "he is cool and also a bit daisy" >QueryParser creates: "he cool also bit dai

RE: [Lucene-users] exact phrase and StopAnalyzer

2001-06-12 Thread Tal Dayan
Did the query found the document that contains "he is cool and also a bit daisy" ? (make sure the document was indexed with the exact same analzyer so the stop words are removed from it as well). Tal > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf O