Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "SolrConfigXml" page has been changed by GeorgeThomas:
http://wiki.apache.org/solr/SolrConfigXml?action=diff&rev1=55&rev2=56

Comment:
fixed URL to sample solrconfig.xml

  <<TableOfContents>>
  
  == lib ==
- `<lib>` directives can be specified in your solrconfig.xml to specify where 
Solr should look to load SolrPlugins.  The 
[[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml|example
 solrconfig.xml]] contains main examples of the syntax.
+ `<lib>` directives can be specified in your solrconfig.xml to specify where 
Solr should look to load SolrPlugins.  The 
[[https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml|example
 solrconfig.xml]] contains main examples of the syntax.
  
  == dataDir parameter ==
  Used to specify an alternate directory to hold all index data other than the 
default ./data under the Solr home. If replication is in use, this should match 
the replication configuration.  If this directory is not absolute, then it is 
relative to the instanceDir of the SolrCore configuration.

Reply via email to