Hi, Would like to check, as I've created a SorJ program and exported it as an Runnable JAR, how do I integrate it together with Solr so that I can call this JAR directly from Solr's REST API?
Currently I can only run it on command prompt using the command java -jar solrj.jar I'm using Solr 5.2.1. Regards, Edwin