Re: Running SolrJ from Solr's REST API

2015-07-22 Thread Zheng Lin Edwin Yeo
Hi Emir, Yes, I'm trying to write some codes that will run as part of Solr. I'll probably try out the Solr plugins. Thanks for your information and advice. Regards, Edwin On 22 July 2015 at 18:56, Emir Arnautovic wrote: > Hi Edwin, > Not sure if I understood your case, but if I got it right

Re: Running SolrJ from Solr's REST API

2015-07-22 Thread Emir Arnautovic
Hi Edwin, Not sure if I understood your case, but if I got it right you are trying to write some code that will run as part of SOLR. If that's the case, then you should take a look how to write SOLR plugins (https://wiki.apache.org/solr/SolrPlugins). SolrJ is client side library that simplifies