> The problem you have is document updating. You can split updating > into two steps: > > 1) Open an IndexWriter and add new versions of the documents you want to > update. Close the IndexWriter. > 2) Open an IndexReader and delete old versions of these documents. Close > the IndexReader.
Thanks, I'm going to try that. I was hoping that there were some private calls or some small modification I could make to sneak in more postings for a document in the inverted index, but I can't find any easy way to do it. So I'm going to try this. Thanks to Christoph and Otis for responding. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]