You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Tim Tschampel <tt...@wlcg.com> on 2002/04/24 15:27:51 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: delete document

Posted by Karl Øie <ka...@gan.no>.
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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>