You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Praveen Peddi <pp...@contextmedia.com> on 2004/07/02 15:07:32 UTC

Compile errors in FrenchAnalyzer

I get compile time errors with FrenchAnalyzer in the constructor with file name and the method setStemExclusionTable.
Unhandled exception type IOException

How do I fix these errors? Should I just throw IOException or catch the exception in the method and ignore.

I am using lucene 1.4 final.

Praveen