Re: QueryParser and stopwords

2004-01-21 Thread Otis Gospodnetic
Hello Morus, --- Morus Walter [EMAIL PROTECTED] wrote: Hi, I'm currently trying to get rid of query parser problems with stopwords (depending on the query, there are ArrayIndexOutOfBoundsExceptions, e.g. for stop AND nonstop where stop is a stopword and nonstop not). While this isn't

QueryParser and stopwords

2004-01-20 Thread Morus Walter
Hi, I'm currently trying to get rid of query parser problems with stopwords (depending on the query, there are ArrayIndexOutOfBoundsExceptions, e.g. for stop AND nonstop where stop is a stopword and nonstop not). While this isn't hard to fix (I'll enter a bug and patch in bugzilla), there's one