
e.j.w.vanbloem at student
Feb 2, 2007, 7:38 AM
Views: 997
Permalink
|
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 StandardAnalyzer(), false); Regards, Erik --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe[at]lucene.apache.org For additional commands, e-mail: java-user-help[at]lucene.apache.org
|