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 ryan:
http://wiki.apache.org/solr/MultiCore

------------------------------------------------------------------------------
  }}}
  
  This will start solr running two cores: ''core0'', and ''core1''.  To access 
each core, try:
-  http://localhost:8983/solr/@core0/select?q=*:*
+  http://localhost:8983/solr/core0/select?q=*:*
   
-  http://localhost:8983/solr/@core1/select?q=*:*
+  http://localhost:8983/solr/core1/select?q=*:*
  
  
  To access the admin pages for each core visit:
-  http://localhost:8983/solr/admin/?core=core0
+  http://localhost:8983/solr/core0/admin/
   
-  http://localhost:8983/solr/admin/?core=core1
+  http://localhost:8983/solr/core1/admin/
  
  
  = MultiCoreHandler =
@@ -118, +118 @@

    http://localhost:8983/solr/admin/multicore?action=RELOAD&core=core0
  
  
- == SETASDEFAULT ==
+ == SWAP ==
  
- Change the core that is used if no core is selected in the request.
+ Change the names used to access a core
  
-   http://localhost:8983/solr/admin/multicore?action=SETASDEFAULT&core=core1
+   http://localhost:8983/solr/admin/multicore?action=SWAP&core=core1&with=core0
  

Reply via email to