RE: index word files ( doc )

2007-03-23 Thread e.j.w.vanbloem
Thank you, Are there other sollutions? Van: jafarim [mailto:[EMAIL PROTECTED] Verzonden: vr 23-3-2007 18:55 Aan: java-user@lucene.apache.org Onderwerp: Re: index word files ( doc ) Hi My experience is not much satisfactory. It breaks very easily on many files

index word files ( doc )

2007-03-23 Thread e.j.w.vanbloem
Hello, I am planning to index Word 2003 files. I read I have to use Jakarta Apache POI, but I also read on the POI site that their work with doc's is in an early stage. Is POI advisable? Or are there better alternatives? Please give some advice. Regards, Erik

RE: RE : indexWriter

2007-02-02 Thread e.j.w.vanbloem
got it, thanx Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Verzonden: vr 2-2-2007 16:59 Aan: "mailto:[EMAIL PROTECTED] Verzonden: vr 2-2-2007 16:45 Aan: java-user@lucene.apache.org Onderwerp: RE : indexWriter Hi Erik The \ must be escaped in the path,

RE: RE : indexWriter

2007-02-02 Thread e.j.w.vanbloem
I already tried that but does not help do I also have to create a file in that dir? Or is it some other problem import org.apache.lucene.index.IndexWriter; File indexDir = new File("c:\\temp"); IndexWriter writer = new IndexWriter(indexDir, new StandardAnalyzer(), false); _

indexWriter

2007-02-02 Thread e.j.w.vanbloem
Hello, Does anyone know why this does not work? The fileDir is of the class File and points to an empty temp directory. I tried switching true and false import org.apache.lucene.index.IndexWriter; File indexDir = new File("c:\temp"); IndexWriter writer = new IndexWriter(indexDir, new StandardA

jetspeed lucene portlet example

2007-01-25 Thread e.j.w.vanbloem
Hello, I am new to lucene and I tried the make a simple search engine by following the book 'portla development with open source tools' but I can not get it to work. Can somebody give/ direct me to a simple search code example for jetspeed2 Regards, Erik