plx help for a weird problem

2004-10-22 Thread Slide Tao
hi, I am new to lucene. I want to build a search engine for myself, and use jboss(bundled with tomcat) as server. I wrote following code to do the index: ---code snippet- IndexWriter writer = null; File root = new

plx help for a weird problem

2004-10-22 Thread Slide Tao
hi, I am new to lucene. I want to build a search engine for myself, and use jboss(bundled with tomcat) as server. I wrote following code to do the index: ---code snippet- IndexWriter writer = null; File root = new

Re: plx help for a weird problem

2004-10-22 Thread Otis Gospodnetic
Hello, I can't see any mention of Lucene in the exception trace. Have you seen this: http://ejindex.sourceforge.net/ ? Otis --- Slide Tao [EMAIL PROTECTED] wrote: hi, I am new to lucene. I want to build a search engine for myself, and use jboss(bundled with tomcat) as server. I wrote

Need advice: what pdf lib to use?

2004-10-22 Thread iouli . golovatyi
Hello all, I need a piece of advice/experience.. What pdf parser (written in java) u'd recommend? I played now with PDFBox-0.6.7a and would not say I was satisfied too much with it On certain pdf's (not well formated but anyway readable with acrobate) it run into dead loop (this I could fix

Re: Need advice: what pdf lib to use?

2004-10-22 Thread Ben Litchfield
Please post any PDFBox issues you notice on the PDFBox sourceforge bug list, if possible attach/email any problem PDFs that you encounter. There are some efforts underway to improve the speed of PDFBox, you can monitor the progress at

Re: index files version and lucene 1.4

2004-10-22 Thread gaudinat
Thanks, Finally my problem seems to come from TOMCAT (5.0) and lucene 1.4 installation. To summerize: Throught TOMCAT with the same application (lucene 1.4) and index 1.4 I have no Hits while I have Hits with index 1.3. Without TOMCAT with the same application (lucene 1.4) I have Hits for both

problems deleting documents / design question

2004-10-22 Thread Paul
Hi, I'm creating an index from several database tables. Every item within every table has a unique id which is saved in some kind of id-field and the table name in an other one. So together they form a unique identifier within the index. When deleting / updating an item I need to retrieve it. My

RE: problems deleting documents / design question

2004-10-22 Thread Aad Nales
Paul, We are doing similar stuff. We actually do create a hash of database name, table name and id to form a unique id. So far I have not had any problems with it. Cheers, Aad Hi, I'm creating an index from several database tables. Every item within every table has a unique id which is saved

Re: index files version and lucene 1.4

2004-10-22 Thread Andy Goodell
I had this problem when i initially upgraded to 1.4, but tomcat was still searching with the old 1.3 jar. Make sure you have fully updated its path variables, include directories, etc. - andy g On Fri, 22 Oct 2004 16:00:42 +0200, gaudinat [EMAIL PROTECTED] wrote: Thanks, Finally my

Corrupted indexes

2004-10-22 Thread Andy Goodell
Recently, I've been getting a lot of corrupted lucene indexes. They appear to return search results normally, but there is really no good way to test whether information is missing. The main problem is that when i try to optimize, i get the following Exception: java.io.IOException: read past