I've practiced the Solr tutorials to index files. For this I used, solr
, post
scripts in solr/bin
directory. Directory structure of Solr is as follows:
Recently we got SolrCloud on Cloudera Manager. The directory structure is completely different. There are no solr
, post
scripts in solr/bin
directory.
Can someone please explain me how can I use solr
, post
scripts on SolrCloud?
Thanks in advance :)