Data Import Handler in SOLR

March 29, 2012 admin 0

Index a DB table directly into Solr Step 1 : Edit your solrconfig.xml to add the request handler <requestHandler name=”/dataimport”> <lst name=”defaults”> <str name=”config”>data-config.xml</str> </lst> […]