Dear Wiki user,

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

The "CoreAdmin" page has been changed by Upayavira:
http://wiki.apache.org/solr/CoreAdmin?action=diff&rev1=43&rev2=44

Comment:
ALIAS fires an 'unsupported exception' in 3.6 and is missing from trunk. Let's 
not confuse people.

  
    http://localhost:8983/solr/admin/cores?action=RENAME&core=core0&other=core5
  
- == ALIAS ==
- 
- (Experimental) Adds an additional name for a core.  The example below allows 
access to the same core via the names "core0" and "corefoo".
- 
-   http://localhost:8983/solr/admin/cores?action=ALIAS&core=core0&other=corefoo
- 
  == SWAP ==
  
  Atomically swaps the names used to access two existing cores.  This can be 
useful for replacing a "live" core with an "ondeck" core, and keeping the old 
"live" core running in case you decide to roll-back.

Reply via email to