Upload custom resources

In these advanced DSE Search tutorial steps, you create a search index using the cURL utility.

Create a search index using the curl command line tool. On the operating system command line in the solr_tutorial46 directory, post the configuration and schema, and create a Solr core.

Procedure

Post the configuration file.
dsetool create_core mykeyspace.hits solrconfig=/path/my/solrconfig.xml schema=/path/my/schema.xml
The return code 0 indicates success.