Dear Wiki user,

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

The "SolrCloud" page has been changed by Mark Miller:
http://wiki.apache.org/solr/SolrCloud?action=diff&rev1=42&rev2=43

  
  == Required Config ==
  
- All of the required config is already setup in the example configs shipped 
with Solr.
+ All of the required config is already setup in the example configs shipped 
with Solr. The following is what you need to add if you are migrating old 
config files, or what you should not remove if you are starting with new config 
files.
  
  === schema.xml ===
  
@@ -214, +214 @@

  
  === solrconfig.xml ===
  
- You must have an UpdateLog defined; the sample puts this in the 
!DirectUpdateHandler2
- updateHandler element.
+ You must have an UpdateLog defined - this should be defined in the 
updateHandler section.
+ 
  {{{
      <!-- Enables a transaction log, currently used for real-time get.
           "dir" - the target directory for transaction logs, defaults to the

Reply via email to