You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Octavian Covalschi <oc...@gmail.com> on 2012/02/27 17:54:18 UTC

Programming cores

Hello,

I need to create a small web app that would add new cores to Solr with
their own schemas, but since I'm pretty new to Solr I'd like to check with
you guys if this makes sense to you.

So, assuming we have persistent="true", 1st I'd call
/solr/admin/cores?action=CREATE&name=core100&... then I'll update
schema.xml (add new fields) for newly created core, and lastly I'll trigger
RELOAD action.

Would this be enough? Unless there is something more and I'm missing it.

Thank you in advance.