Hi everyone, I'd like to see how much I can reduce the startup time of jetty/solr. Right now I have it at about 3s - that's fast, but I'd like to see how close to zero I can get it.
I've minimized my schema and solrconfig down to what I use (my solr needs are pretty vanilla). Now I'm looking at all the solr plugins that get loaded at startup that I don't use and wondering whether getting rid of those would help. But before jumping off into jar manipulation I figured I'd pose this question to the group - what would you do? -Steve