I a complete noob at solr/java . I have solr 3.6.1 running on Tomcat(Windows) . I am able to get the solr admin page . I want to move ahead with DIH configuration . However the solarconfig.xml is confusing specially the paths for the class of request handlers. The request handler classes are specified as
“solr.SearchHandler” or as “org.apache.solr.handler.dataimport.DataImportHandler”
I cannot find either of these files either in my solr home directory or solr webapp (under the tomcat webapps folder) . I did find HTML files for these in my solr download (which is placed separately since I just copied the example/solr directory for solr_home and solr.war file for webapp) . Do I need to manually copy these files and if so where and how should my directory structure look like ?
solr.SearchHandlerclass is resolved by the Solr war file. Fororg.apache.solr.handler.dataimport.DataImportHandlerclass you should add the required jar file into the lib directory. Final solr directory should look like :Also you should add other needed libraries inside the lib folder.