Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Make sure you have following three required fields correct.</p> <p>1) A entry for dataimport handler in solr-conf.xml</p> <pre><code>&lt;/requestHandler&gt; &lt;requestHandler name="/dataimport" class="org.apache.solr.handler.dataimport.DataImportHandler"&gt; &lt;lst name="defaults"&gt; &lt;str name="config"&gt;data-config.xml&lt;/str&gt; &lt;/lst&gt; &lt;/requestHandler&gt; </code></pre> <p>2) Your Solr war file is aware of solr-home folder , and hence the libraries included in solr-home. If solr-home is added explicitly.</p> <h1>To make your solr.war aware of solr-home folder deploy the solr.war at server.</h1> <h1>Go to apache-tomcat-6.0.36/webapps/solr/WEB-INF and open web.xml in any text editor.</h1> <h1>Now search for the entry showing below</h1> <pre><code>&lt;!-- &lt;env-entry&gt; &lt;env-entry-name&gt;solr/home&lt;/env-entry-name&gt; &lt;env-entry-value&gt; /Path/To/My/solr/Home/solr/&lt;/env-entry-value&gt; &lt;env-entry-type&gt;java.lang.String&lt;/env-entry-type&gt; &lt;/env-entry&gt; --&gt; </code></pre> <h1>replace value to the solr-home folder in your case. This will make solr, point solr-home folder hence lib folder inside it.</h1> <p>3) Add your new libraries location to /home/javaguys/solr-home/collection1/conf/solr-config.xml. just under tag like .</p> <p>This will solve your problem i hope, for more information please check out this <a href="http://www.beingjavaguys.com/2013/01/if-you-want-to-configure-solr4_19.html" rel="nofollow">solution here.</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload