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 2009/08/02 19:50:29 UTC

[Solr Wiki] Update of "LotsOfCores" by NoblePaul

Dear Wiki user,

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

The following page has been changed by NoblePaul:
http://wiki.apache.org/solr/LotsOfCores

------------------------------------------------------------------------------
    </cores>
  </solr>
  }}}
- 
+ == Common Properties ==
   * '''maxCores''' - Maximum number of cores to be loaded at any given point in time. If this limit is crossed, the least recently used core is stopped and the new one is started.
   * '''adminHandler''' - Value should be fixed as in the above example. The adminHandler is pluggable in Solr now.
   * '''shareSchema''' - Ensures that only one instance of IndexSchema is created in the Solr
@@ -64, +64 @@

  
  
  With the above configuration, the only parameter required for creating a core is the core name.
+ 
+ == Per-Core Properties ==
+  * '''loadOnStart''' - (boolean true/false)Specifies whether the core should be started when Solr starts up. This parameter can be passed along while creating a core . 
  
  = New CoreAdmin Commands =