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
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++)
{