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 2012/10/16 19:05:39 UTC

[Solr Wiki] Trivial Update of "CoreAdmin" by ErickErickson

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 ErickErickson:
http://wiki.apache.org/solr/CoreAdmin?action=diff&rev1=39&rev2=40

Comment:
Directed people to the CREATE command, LOAD probably unnecessary.

  
  == LOAD ==
  
- /!\ '''not implemented yet!'''
+ /!\ '''not implemented yet! Use CREATE'''
+ 
+ So far, no use cases have been presented for a LOAD command that aren't satisfied by using CREATE so it's doubtful that a separate LOAD command will be implemented unless such a use-case is found.
  
  This will load a new core from an existing configuration (will be implemented when cores can be described with a lazy-load flag).