Currently, I use the following procedure to update an index incrementally:
1. Build document
2. Open index reader
3. Delete any previous version of the document using a key field
4. Close index reader
5. Open index writer
6. Add document to index
7. Close index writer
Repeat
Any ideas how this could be accomplished more efficiently AND easier?
--
Eric Jain
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
