Phil, Yes, that exception is not very helpful :)!!
I'll try your suggestions and post back. Thanks, Jim ---- Phil Whelan <phil...@gmail.com> wrote: > Hi Jim, > > I cannot see anything obvious, but both open() and terms() throw > IOException's. You could try putting these in separate try..catch > blocks to see which one it's coming from. Or using e.printStackTrace() > in the catch block will give more info to help you debug what's > happening. > > On Sat, Aug 1, 2009 at 7:09 PM, <oh...@cox.net> wrote: > > reader = IndexReader.open(args[0]); > > Term term = new Term("path", ""); > > termsEnumerator = reader.terms(term); > > Cheers, > Phil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org