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 2010/04/22 01:07:50 UTC

[Solr Wiki] Update of "SolrConfigXml" by HossMan

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 HossMan.
The comment on this change is: add mention of the lib directive.
http://wiki.apache.org/solr/SolrConfigXml?action=diff&rev1=33&rev2=34

--------------------------------------------------

  /!\ :TODO: /!\ Still need a section explaining indexDefaults
  
  <<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.
  
  == 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 current working directory of the servlet container.