Hi,
solr uses common standards (Indexing and Searching through HTTP Requests
with JSON and XML as two of many possible response formats).
I think you should download solr and look through the wiki how to index
some example documents and query them (http://wiki.apache.org/solr/).
When you have don
There are different possibilities to secure the server in my opinion which
depends on how you want to integrate the solr search.
Most use cases have some server side processing in between instead of
having a front-end web application directly accessing the solr servlets
(which prevents unwanted int