java - What is a best way to add scheduler to Solr? -
i have custom data import handler. schedulers running code in inform(solrcore core) method (handler implements solrcoreaware). don't think it's request handler knows schedulers. don't want use code on client side (eg. using solrj). need have 1 jar file user add solr classpath, register handler , that's all.
is there better common way add scheduler solr server?
try looking @ solr-data-import-scheduler. although haven't used personally, know of people have done, , seem happy it.
Comments
Post a Comment