On 2/5/2015 10:43 AM, Henrique Oliveira wrote: > 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?
I do have some minimal information on my personal page on the Solr wiki, starting with some init scripts and followed by some information about how I built the install for the init script: http://wiki.apache.org/solr/ShawnHeisey It is not step-by-step or suitable for a novice, but it might be helpful. The 4.10 release comes with major changes to the example, and my information doesn't cover the new scripts. Thanks, Shawn