On Samstag, 26. Januar 2008, Jay Hill wrote:

> I have added stemming Analyzer to my indexing and searching. I've tried
> both Porter and KStem, have gotten very good results with both with
> KStem being the best. The only problem is that, when analyzing on the
> search end using QueryParser part of my query is being removed by
> QueryParser:

It's not the QueryParser, it's the analyzer, i.e. one of its filters. It 
seems to remove numbers (or short strings?) from both the content to be 
indexed and the query. So you need to modify/remove the filter in your 
analyzer that does this.

Regards
 Daniel

-- 
http://www.danielnaber.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to