: I tried looking into the "SolrServlet", it is depricated...(I'm gonna : looking into Javadoc as well) but just looking for the quick answer ... : which new classes shld I be using to get the similar result as in the : tutorial. let's say, I'm doing the filter search and I'm sending the : query params through a form to the Solr server and get the result back.
i'm not really sure if i understand your question ... if you are interested in learning more about how the internals of Solr works, then I would suggest you start by reading the documentaiton of the various Plugin classes ... they'll give you a lot of insight into how data/input flows through Solr and will help you learn what the other key lower level classes are... http://wiki.apache.org/solr/SolrPlugins ...if your interest is in uses the Solr code inside of another (non webapp) application (which i'm guesisng based on the wording of your question) then you may want to check out the docs on embedding solr... http://wiki.apache.org/solr/EmbeddedSolr -Hoss