RE: Indexing problem - empty index files!

2005-10-24 Thread Koji Sekiguchi
cument(doc); } writer.optimize(); writer.close(); Koji > -Original Message- > From: Samuel Jackson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 25, 2005 8:34 AM > To: java-user@lucene.apache.org > Subject: Indexing problem - empty index files! > > > Hi to al

Indexing problem - empty index files!

2005-10-24 Thread Samuel Jackson
Hi to all! I'm new to Lucene and wanted to create a sample application to index certain database fields. But there seems to be some problem because the created files in the index target directory are only 1kb --> So I don't get any results of course. Here is what I did - can anyone give me a hi