Upload custom resources

Advanced DSE Search tutorial steps to upload custom indexing resources.

Follow these Advanced DSE Search tutorial steps to upload custom resources.

Procedure

On the operating system command line in the solr_tutorial46 directory:

Upload the custom resource files:
dsetool create_core mykeyspace.hits solrconfig=/path/my/solrconfig.xml schema=/path/my/schema.xml
The return code 0 indicates success.