Hi guys : I notice that the Solr installation directory has an executable jar file embedded in the "examples" folder. This is somewhat odd (normally, executables have their own directories - and specific examples would be implemented by having subdirectories with directives, configurations, etc.. )...
For example, we might consider the tomcat, hadoop, or other such server-side programs , which have a single executable that can be launched with a variety of configurations.
1) Im wondering .. do solr deployments compile their own start.jar files from scratch ? If not ... Then why is their no executable in the root solr installation directories.........
2) What is the "execution" model for Solr - do we compile our own versions with our own source code repositories ? How would we typically manage deployment and administration of solr instances?