What I am not sure of is how I create a reader, and how to delete from thisAccording to the javadocs i have IndexReader has an open method which takes a Directory. Use it instead of the IndexReader.open that takes a String. At least for opening it.
index. The reader I create for file indexes uses the following:
_reader = IndexReader.open("folder");
g
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
