Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Otis Gospodnetic
. - will -Original Message- From: Martin Grotzke [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 8:39 AM To: solr-user@lucene.apache.org Subject: Re: Solr 1.2 HTTP Client for Java On Thu, 2007-06-14 at 13:13 +0100, Daniel Alheiros wrote: Thanks Martin. I'm using one of them which

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne
Message From: Ryan McKinley [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Thursday, June 14, 2007 7:09:17 PM Subject: Re: Solr 1.2 HTTP Client for Java I'm working on integrating the solrj client into the official solr source tree right now. It should be ready to use (test!) later

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne
. - will -Original Message- From: Martin Grotzke [mailto: [EMAIL PROTECTED] Sent: Thursday, June 14, 2007 8:39 AM To: solr-user@lucene.apache.org Subject: Re: Solr 1.2 HTTP Client for Java On Thu, 2007-06-14 at 13:13 +0100, Daniel Alheiros wrote: Thanks Martin

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread rubdabadub
/ - Tag - Search - Share - Original Message From: Ryan McKinley [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Thursday, June 14, 2007 7:09:17 PM Subject: Re: Solr 1.2 HTTP Client for Java I'm working on integrating the solrj client into the official solr source

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne
From: Ryan McKinley [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Thursday, June 14, 2007 7:09:17 PM Subject: Re: Solr 1.2 HTTP Client for Java I'm working on integrating the solrj client into the official solr source tree right now. It should be ready to use (test!) later

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Daniel Alheiros
: Re: Solr 1.2 HTTP Client for Java I'm working on integrating the solrj client into the official solr source tree right now. It should be ready to use (test!) later today... Once it is in /trunk, it will be easy for us to know what version of what we are talking about and can definitely help

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Ryan McKinley
Thierry Collogne wrote: Just to be clear. This client is compatible with the 1.2 release of solr? Yes. Assuming you use default values, it should also work against 1.1.

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Ryan McKinley
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag - Search - Share - Original Message From: Ryan McKinley [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Thursday, June 14, 2007 7:09:17 PM Subject: Re: Solr 1.2 HTTP Client for Java I'm working

Solr 1.2 HTTP Client for Java

2007-06-14 Thread Daniel Alheiros
Hi I've been using one Java client I got from a colleague but I don't know exactly its version or where to get any update for it. Base package is org.apache.solr.client (where there are some common packages) and the client main package is org.apache.solr.client.solrj. Is it available via Maven2

Re: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Martin Grotzke
On Thu, 2007-06-14 at 11:32 +0100, Daniel Alheiros wrote: Hi I've been using one Java client I got from a colleague but I don't know exactly its version or where to get any update for it. Base package is org.apache.solr.client (where there are some common packages) and the client main

Re: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Daniel Alheiros
Thanks Martin. I'm using one of them which the optimize command doesn't work properly Have you seen the same problem? Regards, Daniel On 14/6/07 13:07, Martin Grotzke [EMAIL PROTECTED] wrote: On Thu, 2007-06-14 at 11:32 +0100, Daniel Alheiros wrote: Hi I've been using one Java client

RE: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Will Johnson
] Sent: Thursday, June 14, 2007 8:39 AM To: solr-user@lucene.apache.org Subject: Re: Solr 1.2 HTTP Client for Java On Thu, 2007-06-14 at 13:13 +0100, Daniel Alheiros wrote: Thanks Martin. I'm using one of them which the optimize command doesn't work properly Have you seen the same problem

Re: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Thierry Collogne
:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 8:39 AM To: solr-user@lucene.apache.org Subject: Re: Solr 1.2 HTTP Client for Java On Thu, 2007-06-14 at 13:13 +0100, Daniel Alheiros wrote: Thanks Martin. I'm using one of them which the optimize command doesn't work properly Have you seen

RE: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Will Johnson
Can you provide some examples of the searches you were running and the errors you were getting? - will -Original Message- From: Thierry Collogne [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 10:19 AM To: solr-user@lucene.apache.org Subject: Re: Solr 1.2 HTTP Client for Java I

Re: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Daniel Alheiros
Grotzke [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 8:39 AM To: solr-user@lucene.apache.org Subject: Re: Solr 1.2 HTTP Client for Java On Thu, 2007-06-14 at 13:13 +0100, Daniel Alheiros wrote: Thanks Martin. I'm using one of them which the optimize command doesn't work properly

Re: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Ryan McKinley
Any idea if you are going to make it distributable via the central Maven repo? It will be included in the next official solr release. I don't use maven, but assume all official apache projects are included in their repo. If they do nightly snapshots, it will be there ryan

Re: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Sami Siren
Ryan McKinley wrote: Any idea if you are going to make it distributable via the central Maven repo? It will be included in the next official solr release. I don't use maven, but assume all official apache projects are included in their repo. If they do nightly snapshots, it will be

Re: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Ryan McKinley
Daniel Alheiros wrote: Excellent. I just added SOLR-20 to trunk. you will need: 1. checkout trunk 2. ant dist 3. include: apache-solr-1.3-dev-common.jar apache-solr-1.3-dev-solrj.jar solrj-lib/*.jar Here is the basic interface: