indexreader throwing IOException with lock obtain timed out

2004-05-31 Thread Sebastian Ho
hi i am updating the index and therefore need to delete documents before adding the updated version. This is how I delete the document which is working fine. - int deleteDoc = 0; deleteDoc = IndexReader.open(dstDir).delete(new

Re: indexreader throwing IOException with lock obtain timed out

2004-05-31 Thread Sebastian Ho
instead.. sebastian On Mon, 2004-05-31 at 18:02, Sebastian Ho wrote: hi i am updating the index and therefore need to delete documents before adding the updated version. This is how I delete the document which is working fine

clean up html before indexing or add tags to ignore list

2004-05-12 Thread Sebastian Ho
indexing/search stage. Which is better? Thanks Sebastian Ho - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

potential synchronization problem

2004-04-30 Thread Sebastian Ho
operation anytime he wish to. I assume this will cause two process of lucene writing to the same index files (one from the background lucene and the other one by the user). Will this cause any problem with regards to race condition or synchronization issues if any? Thanks Sebastian Ho BII

Java Parser or Lucene

2004-04-25 Thread Sebastian Ho
Sebastian Ho Bioinformatics Institute - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: suitability of lucene for project

2004-04-14 Thread Sebastian Ho
to extract structured (or semi-structured) information, use wrapper induction techniques (not Lucene). cheers, sv On 13 Apr 2004, Sebastian Ho wrote: hi all i am investigating technologies to use for a project which basically retrieves html pages on a regular basis(or whenever

suitability of lucene for project

2004-04-12 Thread Sebastian Ho
of project but we are extracting clinical information from various website and consolidating them. Pls advise me whether Lucene can do the above and in areas where it cannot, suggestions to solutions will be appreciated. Thanks Sebastian Ho Bioinformatics Institute