You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2012/09/24 06:21:48 UTC

[Solr Wiki] Trivial Update of "SolrConfigXml" by GeorgeThomas

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.