Hi, I use lucene in a mailet for indexing. writer = new IndexWriter("/tmp/mailindex", new StopAnalyzer(), true); This call is blocking. No error, no exceptions. Any suggestions ? Thanks, bye -stephan _______________________________________________ Lucene-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lucene-users
- [Lucene-users] Re Indexing Sameer Maggon
- Stephan J. Schmidt