Re: [fw-general] Zend_Search_Lucene - stop words and QueryParser

2007-07-16 Thread Alexander Veremyev
Hi Tino, Just fixed this. Take current SVN version or wait for the nearest nightly snapshot. With best regards, Alexander Veremyev. Alexander Veremyev wrote: Hi Tino, You are right. That should be modified. I just created an issue for this (http://framework.zend.com/issues/browse/ZF-1624)

Re: [fw-general] Zend_Search_Lucene - stop words and QueryParser

2007-06-25 Thread Alexander Veremyev
Hi Tino, You are right. That should be modified. I just created an issue for this (http://framework.zend.com/issues/browse/ZF-1624). Thanks! With best regards, Alexander Veremyev. Tino Winkler wrote: Hello everyone, I stumbled over a problem(?) while using an analyzer with stop word fil

[fw-general] Zend_Search_Lucene - stop words and QueryParser

2007-06-24 Thread Tino Winkler
Hello everyone, I stumbled over a problem(?) while using an analyzer with stop word filter and the QueryParser for processing query input: For each stop word in the query input an EmptyQuery is returned. But EmptyQuery is implemented to generate no matches (find no documents). So if the default