On Jan 17, 2006, at 5:58 AM, jason wrote:
I have test the snowballFilter and it does not stem the term "support". It means the term "support" should be in all the papers. However, i add the
synonymFilter, the "support" is missing.

Two very valuable troubleshooting techniques:

1) Run your analyzer used for indexing standalone on the trouble text.

   2) Look at the Query.toString() of the parsed query.

These two things will very likely point to the issue.

        Erik


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

Reply via email to