Since Lucene is a library there isn't much of a support for this since in theory the client application issuing the delete could also then do something else upon delete. solr on the other hand being a layer (a server layer) sitting on top of lucene, it makes sense for hooks to be configured there.
Since here you can intercept the delete event, you can do what you wish with it (i.e. in your case maybe send a notification event to another solr server to add a record). On Wed, Oct 24, 2012 at 9:19 AM, jefferyyuan <yuanyun...@gmail.com> wrote: > Thanks very much :) > > This is what I am looking for. > And I also wonder whether this some thing as DeleteEvent in Solr or Lucene? > > Is there a way to do this in Lucene? - Not familiar with Lucene yet :) > As I may choose to do this in lower level... > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Monitor-Deleted-Event-tp4015624p4015641.html > Sent from the Solr - User mailing list archive at Nabble.com.