What I am not sure of is how I create a reader, and how to delete from this
index. The reader I create for file indexes uses the following:


_reader = IndexReader.open("folder");

According 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.

g

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to