Hey, I was wondering - is there a mechanism in lucene and/or solr to mark a document in the index as deleted and then have this change reflect in query serving without performing the whole commit/warmup cycle? this seems to me largely appealing as it allows a kind of solution where deletes are simply processed by marking them in a bitmap or some such structure and then intersecting search results with those on a per-shard basis.
Anything in that direction? Otherwise, is there any critical issue preventing such an implementation? Thanks -Chak -- View this message in context: http://www.nabble.com/Incremental-Deletes-to-Index-tp25143093p25143093.html Sent from the Solr - User mailing list archive at Nabble.com.