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