You could probably use a commit hook script (in solrconfig.xml) and then pull the relevant documents/fields (if they are stored) into the other instances either with DIH ( http://wiki.apache.org/solr/DataImportHandler#SolrEntityProcessor ) or just as a triggered import.
Otherwise, you may have the documents showing up in the secondary index before they become visible in the first. Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Fri, Feb 7, 2014 at 9:00 AM, soodyogesh <soodyog...@gmail.com> wrote: > Thanks for reply > > Does that mean I need to compile SOLR with my custom request processor ? or > there is way to extend existing framework and plugin new implementation > > Thanks. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Intercept-updates-and-cascade-loading-of-Index-tp4115833p4115951.html > Sent from the Solr - User mailing list archive at Nabble.com.