Hi, I have a case where deleting documents by doc id make sense (I know before hand the docs I want to delete based on the doc id). I am wondering why the API is not exposed in the IndexWriter (as it is in IndexReader). I understand that this API is more "expert" than typical usage, but it allows for certain optimization on my end (already performed the query for deletion and I have the doc ids, so I don't want to perform it again...). It looks like the DocumentsWriter already has support for deleting by document id, so I was wondering if it is possible to expose it in IndexWriter.
Thanks, Shay -- View this message in context: http://www.nabble.com/Delete-by-docId-in-IndexWriter-tp24239930p24239930.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org