You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2016/06/08 10:30:48 UTC

[Solr Wiki] Update of "SolrConfigXml" by StefanMatheis

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 StefanMatheis:
https://wiki.apache.org/solr/SolrConfigXml?action=diff&rev1=65&rev2=66

Comment:
Fixing Link for sample solrconfig.xml from svn.a.o to github.com

  
  TODO: Document /get - see [RealTimeGet]
  
- A [[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml|sample solrconfig.xml with comments]] can be found in the Source Repository.
+ A [[https://github.com/apache/lucene-solr/blob/master/solr/example/files/conf/solrconfig.xml|sample solrconfig.xml with comments]] can be found in the Source Repository.
  
  <<TableOfContents>>
  
  == lib ==
- `<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.
+ `<lib>` directives can be specified in your solrconfig.xml to specify where Solr should look to load SolrPlugins.  The [[https://github.com/apache/lucene-solr/blob/master/solr/example/files/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 directory you're in when you start SOLR.