Re: NoSuchMethodError

2005-04-10 Thread Gusenbauer Stefan
[EMAIL PROTECTED] wrote: >Hello - > >I tried to modify Document(File) method as Document1(String) of >HTMLDocument.java. The parameter is String, not File. However I got: > >Exception in thread "main" java.lang.NoSuchMethodError: >org.apache.lucene.demo.HTMLDocument.Document1(Ljava/lang/String;

Multi-analyzer ?

2005-04-10 Thread Eric Chow
Hello, If I don't know the language of the input terms, how can I use different analyzer to search it ? For example, the input box accepts UTF-8 search text, they can be anything, such as Chinese, Japanese, English, Russian, Deuch, etc. How can search any of them or all of them with Lucene? Any