Re: LuceneReader.delete (term t) Failure ?

2005-01-27 Thread Erik Hatcher
How did you index the uid field? Field.Keyword? If not, that may be the problem in that the field was analyzed. For a key field like this, it needs to be unanalyzed/untokenized. Erik On Jan 27, 2005, at 6:21 PM, [EMAIL PROTECTED] wrote: Hi, I am trying to delete a document from

Re: Re: LuceneReader.delete (term t) Failure ?

2005-01-27 Thread akedar
@jakarta.apache.org Subject: Re: LuceneReader.delete (term t) Failure ? How did you index the uid field? Field.Keyword? If not, that may be the problem in that the field was analyzed. For a key field like this, it needs to be unanalyzed/untokenized. Erik On Jan 27, 2005, at 6:21 PM

Re: LuceneReader.delete (term t) Failure ?

2005-01-27 Thread Erik Hatcher
worked together for Darden project From: Erik Hatcher [EMAIL PROTECTED] Date: 2005/01/27 Thu PM 07:46:40 EST To: Lucene Users List lucene-user@jakarta.apache.org Subject: Re: LuceneReader.delete (term t) Failure ? How did you index the uid field? Field.Keyword? If not, that may be the problem