RE: how to detect index integrity?

2005-03-25 Thread Ravi Rao
> From: [EMAIL PROTECTED] > Sent: Fri 3/25/2005 2:19 AM > I used your NullDirectory.java, and found it works fine for smaller > indexes, but when it comes to larger indexes(I am not quite sure, just > observation), it always throws this exception at here: > [ ... code and stack trace moved to e

RE: how to detect index integrity?

2005-03-21 Thread Ravi Rao
> From: [EMAIL PROTECTED] > Sent: Fri 3/18/2005 11:34 PM > Is there any way to detect the index's integrity? > Sometimes I came upon exceptions like these. If it happens, my only way > is to delete the corrupted index. >* Exception in thread "main" java.io.IOException : read past EOF >*

Using JDBCDirectory

2005-03-15 Thread Ravi Rao
All, I got JDBCDirectory from information on the lucene-user's mailing list. http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=1644063 I cannot get basic searches to work. I tried to merge the JDBC directory with a filesystem index and search the filesystem index. That produced