Re: Custom update processor not kicking in

2019-09-19 Thread Rahul Goswami
r logs lines, but if i remember > > > correctly, you must put all custom processors above Log, Distributed > and > > > Run, at least i remember i read it somewhere a long time ago. > > > > > > > > We put all our custom processors on top of the three default &g

Re: Custom update processor not kicking in

2019-09-19 Thread Erick Erickson
ove Log, Distributed and > > Run, at least i remember i read it somewhere a long time ago. > > > > > > We put all our custom processors on top of the three default processors > > and they run just fine. > > > > > > Try it. > > > > > > Reg

Re: Custom update processor not kicking in

2019-09-18 Thread Rahul Goswami
> > > Try it. > > > > Regards, > > Markus > > > > -----Original message- > > > From:Rahul Goswami > > > Sent: Wednesday 18th September 2019 22:20 > > > To: solr-user@lucene.apache.org > > > Subject: Custom update process

Re: Custom update processor not kicking in

2019-09-18 Thread Erick Erickson
ors and > they run just fine. > > Try it. > > Regards, > Markus > > -Original message- > > From:Rahul Goswami > > Sent: Wednesday 18th September 2019 22:20 > > To: solr-user@lucene.apache.org > > Subject: Custom update processor not kic

RE: Custom update processor not kicking in

2019-09-18 Thread Markus Jelsma
essors and they run just fine. Try it. Regards, Markus -Original message- > From:Rahul Goswami > Sent: Wednesday 18th September 2019 22:20 > To: solr-user@lucene.apache.org > Subject: Custom update processor not kicking in > > Hello, > > I am using solr 7.2.1

Custom update processor not kicking in

2019-09-18 Thread Rahul Goswami
Hello, I am using solr 7.2.1 in a standalone mode. I created a custom update request processor and placed it between the distributed processor and run update processor in my chain. I made sure the chain is invoked since I see log lines from the getInstance() method of my processor factory. But I d