Hi

According to the FAQ one can delete documents using the IndexReader

https://cwiki.apache.org/confluence/display/lucene/lucenefaq#LuceneFAQ-HowdoIdeletedocumentsfromtheindex?

but when I look at the javadoc of Lucene version 8_8_2

https://lucene.apache.org/core/8_8_2/core/org/apache/lucene/index/IndexWriter.html
https://lucene.apache.org/core/8_8_2/core/org/apache/lucene/index/IndexReader.html

then it seems to me, that deleting documents is only possible with IndexWriter, but not anymore with IndexReader, right?

Thanks

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to