Re: IndexWriter.deleteDocuments(Term) and Field.Store.YES

2009-07-20 Thread Erick Erickson
P.S. Storing should be irrelevant. On Mon, Jul 20, 2009 at 8:13 PM, Erick Erickson wrote: > Describe a bit more, please, what "does not seem to work" means. > > For instance, if you're searching for the doc and haven't reopened your > index, you won't see changes. > > Better yet, a small, self-c

Re: IndexWriter.deleteDocuments(Term) and Field.Store.YES

2009-07-20 Thread Erick Erickson
Describe a bit more, please, what "does not seem to work" means. For instance, if you're searching for the doc and haven't reopened your index, you won't see changes. Better yet, a small, self-contained test case would be even better. I've often found my problem trying to write a test to illustra