Re: Deletion of Index not happening in Lucene 4.3

2013-11-29 Thread Erick Erickson
Bah. "open a new writer" should be "open a new seacher" On Fri, Nov 29, 2013 at 8:36 AM, Erick Erickson wrote: > Did you open a new writer to search with? > > Erick > > > On Fri, Nov 29, 2013 at 6:23 AM, VIGNESH S wrote: > >> Hi, >> >> I searched the word again and document is appearing and iam

Re: Deletion of Index not happening in Lucene 4.3

2013-11-29 Thread Erick Erickson
Did you open a new writer to search with? Erick On Fri, Nov 29, 2013 at 6:23 AM, VIGNESH S wrote: > Hi, > > I searched the word again and document is appearing and iam getting the hit > > > On Fri, Nov 29, 2013 at 4:26 PM, Ian Lea wrote: > > > How do you know it's not working? My favourite s

Re: Deletion of Index not happening in Lucene 4.3

2013-11-29 Thread VIGNESH S
Hi, I searched the word again and document is appearing and iam getting the hit On Fri, Nov 29, 2013 at 4:26 PM, Ian Lea wrote: > How do you know it's not working? My favourite suggestion: post a > very small self-contained RAMDirectory based program or test case, or > maybe 2 in this case, f

Re: Deletion of Index not happening in Lucene 4.3

2013-11-29 Thread Ian Lea
How do you know it's not working? My favourite suggestion: post a very small self-contained RAMDirectory based program or test case, or maybe 2 in this case, for 3.6 and 4.3, that demonstrates the problem. -- Ian. On Fri, Nov 29, 2013 at 6:00 AM, VIGNESH S wrote: > Hi, > > I try deleting the

Deletion of Index not happening in Lucene 4.3

2013-11-28 Thread VIGNESH S
Hi, I try deleting the document from the Index like below.It is working in case of Lucene 3.6.But document is not getting deleted for Lucene 4.3 Term term = new Term("path", value); mWriter.deleteDocuments(term); mWriter.commit(); Please kindly help.. -- Thanks and Regards Vignesh Srinivasan