Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Ryan McKinley
Thanks, Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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

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 Thierry Collogne
>>>> no longer be needed because the solrj client will now be maintained >> in Solr >>>>> proper. Ja? >>>>> >>>>> Thanks, >>>>> Otis >>>>> >>>>> . . . . . . . . . . . . . . . . . . . . . . . .

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Daniel Alheiros
thing you had under >> http://solrstuff.org/svn/solrj/and solrj under >> http://solrstuff.org/svn/solrj/ will >>>>> no longer be needed because the solrj client will now be maintained >> in Solr >>>>> proper. Ja? >>>>> >>>

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne
> > proper. Ja? > > > > > > Thanks, > > > Otis > > > > > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > > > Simpy -- http://www.simpy.com/ - Tag - Search - Share > > > > > > - Original Message

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread rubdabadub
cause the solrj client will now be maintained in Solr > > proper. Ja? > > > > Thanks, > > Otis > > > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > > Simpy -- http://www.simpy.com/ - Tag - Search - Share > > > > - Original Message ---- > > From: Ryan McKinley <[EMAIL PROT

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne
gt; > 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 today... >

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne
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 tree right

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Otis Gospodnetic
ill be moving >> into the main distribution soon as the standard java client library. >> >> - will >> >> >> >> >> >> -Original Message- >> From: Martin Grotzke [mailto:[EMAIL PROTECTED] >> Sent: Thursday, June 14, 2007 8

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: http://svn.apache.org/repos/asf/lucene/solr/trunk/client/j

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 w

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 Daniel Alheiros
tures for both searching and indexing and will be moving >>> into the main distribution soon as the standard java client library. >>> >>> - will >>> >>> >>> >>> >>> >>> -Original Message- >>> Fr

Re: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Ryan McKinley
-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

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 Thierry Collogne
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&

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 >

Re: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Martin Grotzke
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? Nope, I'm using the client only for queries - the xml generation / posting to solr is done by another module i

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 J

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

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 c