Re: Help on Notification for SOLR

2014-11-24 Thread Ramzi Alqrainy
of course there is another approach which is using Solr Clients. So, you can use solr clients for specific language like PHP, JAVA, ... For Example : JAVA Solr Client : SolrJ is an API that makes it easy for Java applications to talk to Solr. SolrJ hides a lot of the details of connecting to Sol

Re: Help on Notification for SOLR

2014-11-24 Thread Alexandre Rafalovitch
There are commit notifications scripts in solrconfig.xml, there is JMX, there is whatever the admin UI uses for "freeze and show change" screen. And, as mentioned already, URP chains. Regards, Alex On 24/11/2014 3:36 pm, "EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)" wrote: >

RE: Help on Notification for SOLR

2014-11-24 Thread Gonzalo Rodriguez
Hi, You might want to take a look at the UpdateRequestProcessor and UpdateRequestProcessorChain classes: https://wiki.apache.org/solr/UpdateRequestProcessor and http://lucene.apache.org/solr/4_10_2/solr-core/org/apache/solr/update/processor/UpdateRequestProcessorChain.html You can hook a chain