Mailing List Archive

delete document
How do you delete a document from the index?
I see in the FAQ to user IndexWriter.delete(Term), however I don't see
this in the current API JavaDocs, and don't have this method present in
the lucene-1.2-rc4.jar that I downloaded from this site.


Tim Tschampel



--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>
Re: delete document [ In reply to ]
it's actually the IndexReader, not the IndexWriter...

happy hacking!




On Wednesday 24 April 2002 15:27, Tim Tschampel wrote:
> How do you delete a document from the index?
> I see in the FAQ to user IndexWriter.delete(Term), however I don't see
> this in the current API JavaDocs, and don't have this method present in
> the lucene-1.2-rc4.jar that I downloaded from this site.
>
>
> Tim Tschampel


--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>