石川 a écrit :
> Hi,
>       I am a newbie in lucene and am trying the 'indexing and searching'
> demo of lucene 1.4.3 using kaffe 1.0.6. After inputing the query, an error
> occurs as follows:
> 
>        Query: stringSearching for: string
> java.lang.NoSuchMethodError:
> org/apache/lucene/search/Searcher.search(Lorg/apache/lucene/search/Query;Lorg/apache/lucene/search/Filter;I)Lorg/apache/
>         at org.apache.lucene.search.Hits.getMoreDocs(Hits.java:64)
>         at org.apache.lucene.search.Hits.<init>(Hits.java:43)
>         at org.apache.lucene.search.Searcher.search(Searcher.java:33)
>         at org.apache.lucene.search.Searcher.search(Searcher.java:27)
>         at org.apache.lucene.demo.SearchFiles.main(SearchFiles.java:49)
> 
>         However, when I use kaffe 1.1.0, it works well. I google for the
> error information and it is said there is something wrong with my jar
> package. Could anybody give some suggestion? Thanks.


Hello,

I think you use a wrong version of JVM, not the same version that has
been used to compile your Lune JAR.

Malo

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to