Re: How to solve this problem

2009-08-11 Thread Chuan SHI
Although you have not worked with kaffe, your suggestion is right. Thank you. 2009/8/11 Alexander Aristov > I suspect that you might use incompatible versions of lucene and kaffe. > Though I have never worked with kaffe before and so might be wrong. > > Best Regards > Alexander Aristov > > > 200

Re: How to solve this problem

2009-08-11 Thread Chuan SHI
Yeah you are quite right, Malo. I recompile lucene143 with lower jdk and it works. Thank you. 2009/8/11 Malo Pichot > 石川 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

Re: How to solve this problem

2009-08-11 Thread Malo Pichot
石川 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/Se

Re: How to solve this problem

2009-08-10 Thread Alexander Aristov
I suspect that you might use incompatible versions of lucene and kaffe. Though I have never worked with kaffe before and so might be wrong. Best Regards Alexander Aristov 2009/8/11 石川 > Hi, > I am a newbie in lucene and am trying the 'indexing and searching' > demo of lucene 1.4.3 using k

How to solve this problem

2009-08-10 Thread 石川
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/luc