Hello I'm trying a way to do that :
I index a db query like "select id from table_documents" Some documents are updated or deleted from the data table. Using DIH, I can indexe the updated document But I want to remove from the index the documents that were removed in the database. How could I do this? A way would be to delete in the index each time a doc is deleted in the database but this is not possible because I canot modify the code of my documents management tool Thanks a lot -- View this message in context: http://www.nabble.com/Remove-data-from-index-tp25063736p25063736.html Sent from the Solr - User mailing list archive at Nabble.com.