DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33820>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33820 Summary: FIXME in src/test/org/apache/lucene/IndexTest.java Product: Lucene Version: unspecified Platform: Macintosh OS/Version: Mac OS X 10.3 Status: NEW Severity: trivial Priority: P1 Component: Examples AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Index: src/test/org/apache/lucene/IndexTest.java =============================================================== ==== --- src/test/org/apache/lucene/IndexTest.java (revision 155945) +++ src/test/org/apache/lucene/IndexTest.java (working copy) @@ -27,8 +27,7 @@ public static void main(String[] args) { try { Date start = new Date(); - // FIXME: OG: what's with this hard-coded dirs?? - IndexWriter writer = new IndexWriter("F:\\test", new SimpleAnalyzer(), + IndexWriter writer = new IndexWriter(File.createTempFile("luceneTest","idx"), new SimpleAnalyzer(), true); writer.setMergeFactor(20); -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
