Hello,
Does anyone know why this does not work?
I am trying to use a lucene indexWriter. That I am going to use to create an
index of a certain path in the indexdirectory. The indexDir 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 StandardAnalyzer(), false);
Regards,
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]