I'm trying to learn Solr and i'have downloaded the official documentation.
First of all, i've generated a new core with the command:
solr create -c mycore
This command have created mycore under solr/server/solr
While continue reading i would like to experiment the field configuration (schema.xml) but under solr/server/solr/mycore/conf i havent that file.
I have many files such as: solrconfig.xml, stopwords.txt and so on.
So what i have do to generate schema.xml or (if i have to create it manually), how i can tell "Solr, update documents and use the new schema.xml"
Thanks