Re: search problem/odd results

2007-05-09 Thread Andrzej Bialecki
John Powers wrote: Lucene 1.4 is what I use for the application and how I compile things But in the help/about it says "null" And I usually use the webstart, ya. But I've tried from a downloaded jar as well. and I'm using java1.6 from sun Ah, all is clear now. Luke will not work with Lucene <

RE: search problem/odd results

2007-05-09 Thread John Powers
lto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 4:22 PM To: java-user@lucene.apache.org Subject: Re: search problem/odd results John Powers wrote: > java.lang.NoSuchFieldException: IMPL > at java.lang.Class.getDeclaredField(Unknown Source) That's a strange one ... Which

Re: search problem/odd results

2007-05-09 Thread Andrzej Bialecki
John Powers wrote: java.lang.NoSuchFieldException: IMPL at java.lang.Class.getDeclaredField(Unknown Source) That's a strange one ... Which version of Lucene are you using with Luke (you can check this in Help -> About box, look for "Lucene version:"). Are you running this from Java We

RE: search problem/odd results

2007-05-09 Thread John Powers
) at java.awt.EventDispatchThread.run(Unknown Source) IMPL -Original Message- From: Daniel Naber [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 3:27 PM To: java-user@lucene.apache.org Subject: Re: search problem/odd results On Wednesday 09 May 2007 16:17, John Powers wrote

Re: search problem/odd results

2007-05-09 Thread Daniel Naber
On Wednesday 09 May 2007 16:17, John Powers wrote: > Yes, it doesn't work.     it gives an error modal dialog box that says > "IMPL". Is there a more useful error message when you start Luke from the command line and try to open the index? Regards Daniel -- http://www.danielnaber.de ---

RE: search problem/odd results

2007-05-09 Thread John Powers
Yes, it doesn't work. it gives an error modal dialog box that says "IMPL". -Original Message- From: Daniel Naber [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 4:45 PM To: java-user@lucene.apache.org Subject: Re: search problem/odd results On Tuesday 08 May 2

Re: search problem/odd results

2007-05-08 Thread Daniel Naber
On Tuesday 08 May 2007 23:42, John Powers wrote: > I've had problems with luke in the past not being able to read the > files. Just make sure you specify the directory, not the files when opening an index with Luke. Also use the latest version (0.7). Regards Daniel -- http://www.danielnaber

RE: search problem/odd results

2007-05-08 Thread John Powers
completely, that'd be fine. but it returns two.. why those two?That's the part I'm not getting. Thanks for your response... -Original Message- From: Erick Erickson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 1:47 PM To: java-user@lucene.apache.org Subject: Re:

Re: search problem/odd results

2007-05-08 Thread Erick Erickson
First question: What analyzers are you using at index and search time? Second question: Have you tried using query.toString() to see how the query parses? If so, you should post the results. Third question: Have you used Luke to examine your index, to see what's actually in there (which may surp