Re: Stop-word in phrase (BUG?)

2003-01-27 Thread Lukas Zapletal
Hello all, thanks for help. The bug was in the obfuscator. It removed my stop-word lists from release ;-) btw - when I distribute only binary in my applet form and include copyright information, is everything OK? (I mean the license) -- To unsubscribe, e-mail: Fo

Re: Stop-word in phrase (BUG?)

2003-01-27 Thread Leo Galambos
Hi. > In this phrase word 'and' occurs which is a stop-word. they may take AND as a keyword in a query. IMHO your query is taken as boolean query. I hope this helps. -g- -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Stop-word in phrase (BUG?)

2003-01-27 Thread Otis Gospodnetic
My first guess would be that you didn't use the same Analyzer for indexing that particular text and processing your query. The one used for indexing filtered out stop words, and the one used for querying does not. Or maybe they have 2 different sets of stop words, one with 'and' and one without.

Stop-word in phrase (BUG?)

2003-01-27 Thread Lukas Zapletal
Hello partisans! My friend (Michael) and me have found a bug (probably). Try this: Index some text with english (or any) stop-words. Test it. Then. Try to find a PHRASE (with double quotes) from the text WITH a stop-word, for example: Text is: 'I can not trust person called Gates and selling Wi