Hello, I am kinda new to Solr, working with it for almost a month now. I’ve been thru lots of tutorials and I am able to index my data, facet-query and even modify existing request handlers for my needs.
Apart of this, it seems that everything tutorial related is made under that example dir that comes with Solr. What I am trying to accomplish now is how to deploy Solr without using that example directory. I want a functional Solr server (initially with no collections) where users can create their own collections, each collection with a different schema of their choice. I also struggle a little when it comes to understanding Solr directory structure. Do you guys any docs that could point me on this direction? Thank you. Henrique