A newbie question on the same topic:
What about the case where solr and my application are deployed in the
same instance of say tomcat. Is there a way to skip the http requests
and use a direct api?
Regards,
Pavel
Bertrand Delacretaz wrote:
On 1/16/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
...and how would you do it calling it from another web application,
let's
say from a servlet or so?...
Doesn't make much difference if your client is a standalone or a web
application: you Solr client class will need to be configured with the
base URL of the Solr server, it will make HTTP requests to it and
parse the results as needed.
-Bertrand