Score Range....

2004-07-16 Thread Karthik N S
Hey Guys Apologies.. I hava Silly Question. On a avaliable Hit returns, How would one be able to get score between an upper and lower limit value Say' X 0.4 and X 1.0 ' Do u think this will work with regards Karthik WITH WARM REGARDS HAVE A NICE DAY

Lock file problem

2004-07-16 Thread Steve Rajavuori
I'm having a problem with Lucene obtaining a lock file on Windows. Running 1.4 RC3, I see the error below repeatedly. I try stopping my process, deleting the file, then restarting. The error just occurs again every time. java.io.IOException: Lock obtain timed out: [EMAIL

Re: Lock file problem

2004-07-16 Thread Luis Muniz
Are you already using an IndexWriter? IndexWriter creates a lock i think. And IndexReader.delete wants to abtain a a lock also. you have to perform your deletes before you use the indexWriter to add documents to the index. I hope this helps Steve Rajavuori wrote: I'm having a problem with

lucene 1.4 final src build error

2004-07-16 Thread juan dix
Just trying to do a src build using ant on lucene 1.4 final. and getting compile error for SortComparator.java. Any ideas? # D:\lucene-1.4-finalant Buildfile: build.xml init: [mkdir] Created dir: D:\lucene-1.4-final\build [mkdir] Created dir:

RE: lucene 1.4 final src build error

2004-07-16 Thread Zhang, Lisheng
Hi, What JVM version did you have, I guess possibly yours is JVM1.3.x? From my experience I think lucene 1.4 can only be compiled under JVM1.4.x. Regards, Lisheng -Original Message- From: juan dix [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 10:58 AM To: [EMAIL PROTECTED]

RE: lucene 1.4 final src build error

2004-07-16 Thread juan dix
thx but when installled java1.4 i am getting these errors now: # D:\lucene-1.4-finaljava -version java version 1.4.2_05 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)

RE: lucene 1.4 final src build error

2004-07-16 Thread Zhang, Lisheng
Hi, Did you do a complete cleanup before compiling under JVM14x? Regards, Lisheng -Original Message- From: juan dix [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 12:52 PM To: [EMAIL PROTECTED] Subject: RE: lucene 1.4 final src build error thx but when installled java1.4 i am

RE: lucene 1.4 final src build error

2004-07-16 Thread juan dix
yes i deleted the build directory which contains the outputted class files. From: Zhang, Lisheng [EMAIL PROTECTED] Reply-To: Lucene Users List [EMAIL PROTECTED] To: 'Lucene Users List' [EMAIL PROTECTED] Subject: RE: lucene 1.4 final src build error Date: Fri, 16 Jul 2004 13:04:14 -0700 Hi, Did

RE: lucene 1.4 final src build error

2004-07-16 Thread juan dix
hmmm I finally got it to work, I simply deleted the environent classpath variable and it finally built okay using ant 1.6.2 and java sdk 1.4.2. I tried then switching to java 1.3 and it gave me my original error I posted earlier. Maybe the build.txt should be updated to reflect the

RE: Problems indexing Japanese with CJKAnalyzer ... Or French wit h UTF-8 and MetaData

2004-07-16 Thread Jon Schuster
If you're specifying the correct encoding in HTMLDocument when you create an InputStreamReader for the HTML file, and if you're specifying UTF8 as the encoding for the InputStreamReader and OutputStreamWriter in HTMLParser.getReader, I don't see how the meta tag data would have a different