Re: Adding document with FileReader and deletions.

2005-06-08 Thread Chris D
On 6/7/05, Chris D <[EMAIL PROTECTED]> wrote: > Hi list, > > I've been trying to use lucene to index documents that change > occasionally with fields that change frequently. When I add the > contents of the file they are removed when I try to delete and readd > the document. I and am using somethi

Adding document with FileReader and deletions.

2005-06-07 Thread Chris D
Hi list, I've been trying to use lucene to index documents that change occasionally with fields that change frequently. When I add the contents of the file they are removed when I try to delete and readd the document. I and am using something like the following. public void index(String stuff, Fi