Re: How to delete multiple documents

2008-02-21 Thread Peter Keegan
srinivas, Create your IndexWriter and Analyzer once before your loop. I suggest you follow up any questions to the 'java-user' list. Peter On Thu, 21 Feb 2008 13:14:21 -00, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > In the Following Code if i insert one document i was > able to delete but

How to delete multiple documents

2008-02-21 Thread [EMAIL PROTECTED]
In the Following Code if i insert one document i was able to delete but when i insert multiple documents i was unable to delete. please follow the code and advice me thanks srinvias. // Code to index Documents for (int count = 1; count < 10; count++) {