Re: json update handler gone?

2015-09-07 Thread Alexandre Rafalovitch
You can define any number of the handler end-point definitions. Also, you can pass the update chain name as part of the URL parameters. So, it could be different for each call if you want. Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-star

Re: json update handler gone?

2015-09-07 Thread Vivek Pathak
Yes, i figured that out looking at solr code. It was a thin wrapper adding a default encoding hint, so it can be replaced transparently by UpdateRequestHandler. I was interested in having a second update chain for testing duplicates, and it had to consume json. Thanks On 09/07/2015 06:2

Re: json update handler gone?

2015-09-07 Thread Upayavira
On Mon, Sep 7, 2015, at 11:11 AM, Vivek Pathak wrote: > Hello, > > Wring a custom handler, I am having trouble with > JsonUpdateRequestHandler - getting a class not found error. > > I see web examples till 4.7. Has it been depractaed in 5.2 and what > class may replace it? Since 4.0, the d

json update handler gone?

2015-09-07 Thread Vivek Pathak
Hello, Wring a custom handler, I am having trouble with JsonUpdateRequestHandler - getting a class not found error. I see web examples till 4.7. Has it been depractaed in 5.2 and what class may replace it? Thanks Vivek