Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Otis Gospodnetic
Ah, excellent!  Just to clarify - the code you've checked in for SOLR-20 
overrides everything 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?

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 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 work through any issues.

good good
ryan


Thierry Collogne wrote:
 I tried using that client, but I didn't get any good results while 
 searching
 for worst with special characters. I have also searched for documentation
 for that client, but didn't find any.
 
 Does anyone know where to find documentation concerning the java client?
 
 On 14/06/07, Will Johnson [EMAIL PROTECTED] wrote:

 The code in http://solrstuff.org/svn/solrj/ is very stable, works with
 most all features for both searching and indexing and will 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: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?
 Nope, I'm using the client only for queries - the xml generation /
 posting to solr is done by another module in our application, and not
 with java.

 Cheers,
 Martin


 
  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 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 central repository?
   Have a look at the issue tracker, there's one with solr clients:
   http://issues.apache.org/jira/browse/SOLR-20
  
   I've also used one of them, but to be honest, do not remember which
   one ;)
  
   Cheers,
   Martin
  
  
  
   Regards,
   Daniel
  
  
   http://www.bbc.co.uk/
   This e-mail (and any attachments) is confidential and may contain
 personal
   views which are not the views of the BBC unless specifically
 stated.
   If you have received it in error, please delete it from your
 system.
   Do not use, copy or disclose the information in any way nor act in
 reliance
   on it and notify the sender immediately.
   Please note that the BBC monitors e-mails sent or received.
   Further communication will signify your consent to this.
  
  
  
 
 
  http://www.bbc.co.uk/
  This e-mail (and any attachments) is confidential and may contain
 personal views which are not the views of the BBC unless specifically
 stated.
  If you have received it in error, please delete it from your system.
  Do not use, copy or disclose the information in any way nor act in
 reliance on it and notify the sender immediately.
  Please note that the BBC monitors e-mails sent or received.
  Further communication will signify your consent to this.
 
 
 -- 
 Martin Grotzke
 http://www.javakaffee.de/blog/

 






Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne

I have a problem at my work that I am unable to checkout sources from
servers outside our network. I have managed to save the java sources of the
client, but I can't seem to find apache-solr-1.3-dev-common.jar and
apache-solr-1.3-dev-solrj.jar.

Are these jars present in the trunk or do they need to be build as well? Can
someone perhaps send me a jar file containing the latest version of the
client?

On 15/06/07, Otis Gospodnetic [EMAIL PROTECTED] wrote:


Ah, excellent!  Just to clarify - the code you've checked in for SOLR-20
overrides everything 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?

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 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 work through any issues.

good good
ryan


Thierry Collogne wrote:
 I tried using that client, but I didn't get any good results while
 searching
 for worst with special characters. I have also searched for
documentation
 for that client, but didn't find any.

 Does anyone know where to find documentation concerning the java client?

 On 14/06/07, Will Johnson [EMAIL PROTECTED] wrote:

 The code in http://solrstuff.org/svn/solrj/ is very stable, works with
 most all features for both searching and indexing and will 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: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?
 Nope, I'm using the client only for queries - the xml generation /
 posting to solr is done by another module in our application, and not
 with java.

 Cheers,
 Martin


 
  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 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 central repository?
   Have a look at the issue tracker, there's one with solr clients:
   http://issues.apache.org/jira/browse/SOLR-20
  
   I've also used one of them, but to be honest, do not remember which
   one ;)
  
   Cheers,
   Martin
  
  
  
   Regards,
   Daniel
  
  
   http://www.bbc.co.uk/
   This e-mail (and any attachments) is confidential and may contain
 personal
   views which are not the views of the BBC unless specifically
 stated.
   If you have received it in error, please delete it from your
 system.
   Do not use, copy or disclose the information in any way nor act in
 reliance
   on it and notify the sender immediately.
   Please note that the BBC monitors e-mails sent or received.
   Further communication will signify your consent to this.
  
  
  
 
 
  http://www.bbc.co.uk/
  This e-mail (and any attachments) is confidential and may contain
 personal views which are not the views of the BBC unless specifically
 stated.
  If you have received it in error, please delete it from your system.
  Do not use, copy or disclose the information in any way nor act in
 reliance on it and notify the sender immediately.
  Please note that the BBC monitors e-mails sent or received.
  Further communication will signify your consent to this.
 
 
 --
 Martin Grotzke
 http://www.javakaffee.de/blog/









Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne

Just to be clear. This client is compatible with the 1.2 release of solr?

On 15/06/07, Thierry Collogne [EMAIL PROTECTED] wrote:


I have a problem at my work that I am unable to checkout sources from
servers outside our network. I have managed to save the java sources of the
client, but I can't seem to find apache-solr-1.3-dev-common.jar and
apache-solr-1.3-dev-solrj.jar .

Are these jars present in the trunk or do they need to be build as well?
Can someone perhaps send me a jar file containing the latest version of the
client?

On 15/06/07, Otis Gospodnetic [EMAIL PROTECTED] wrote:

 Ah, excellent!  Just to clarify - the code you've checked in for SOLR-20
 overrides everything 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?

 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 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 work through any
 issues.

 good good
 ryan


 Thierry Collogne wrote:
  I tried using that client, but I didn't get any good results while
  searching
  for worst with special characters. I have also searched for
 documentation
  for that client, but didn't find any.
 
  Does anyone know where to find documentation concerning the java
 client?
 
  On 14/06/07, Will Johnson  [EMAIL PROTECTED] wrote:
 
  The code in http://solrstuff.org/svn/solrj/ is very stable, works
 with
  most all features for both searching and indexing and will 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: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?
  Nope, I'm using the client only for queries - the xml generation /
  posting to solr is done by another module in our application, and not

  with java.
 
  Cheers,
  Martin
 
 
  
   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 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 central repository?
Have a look at the issue tracker, there's one with solr clients:
http://issues.apache.org/jira/browse/SOLR-20
   
I've also used one of them, but to be honest, do not remember
 which
one ;)
   
Cheers,
Martin
   
   
   
Regards,
Daniel
   
   
http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may
 contain
  personal
views which are not the views of the BBC unless specifically
  stated.
If you have received it in error, please delete it from your
  system.
Do not use, copy or disclose the information in any way nor act
 in
  reliance
on it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
   
   
   
  
  
   http://www.bbc.co.uk/
   This e-mail (and any attachments) is confidential and may contain
  personal views which are not the views of the BBC unless specifically
  stated.
   If you have received it in error, please delete it from your
 system.
   Do not use, copy or disclose the information in any way nor act in
  reliance on it and notify the sender immediately.
   Please note that the BBC monitors e-mails sent or received.
   Further communication will signify your consent to this.
  
  
  --
  Martin Grotzke
  http://www.javakaffee.de/blog/
 
 








Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread rubdabadub

On 6/15/07, Thierry Collogne [EMAIL PROTECTED] wrote:

Just to be clear. This client is compatible with the 1.2 release of solr?


Yes, I just tested it.

@Ryan : Thank you very very much!! Been waiting for this happen for a
long time !!

Regards
Rajesh



On 15/06/07, Thierry Collogne [EMAIL PROTECTED] wrote:

 I have a problem at my work that I am unable to checkout sources from
 servers outside our network. I have managed to save the java sources of the
 client, but I can't seem to find apache-solr-1.3-dev-common.jar and
 apache-solr-1.3-dev-solrj.jar .

 Are these jars present in the trunk or do they need to be build as well?
 Can someone perhaps send me a jar file containing the latest version of the
 client?

 On 15/06/07, Otis Gospodnetic [EMAIL PROTECTED] wrote:
 
  Ah, excellent!  Just to clarify - the code you've checked in for SOLR-20
  overrides everything 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?
 
  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 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 work through any
  issues.
 
  good good
  ryan
 
 
  Thierry Collogne wrote:
   I tried using that client, but I didn't get any good results while
   searching
   for worst with special characters. I have also searched for
  documentation
   for that client, but didn't find any.
  
   Does anyone know where to find documentation concerning the java
  client?
  
   On 14/06/07, Will Johnson  [EMAIL PROTECTED] wrote:
  
   The code in http://solrstuff.org/svn/solrj/ is very stable, works
  with
   most all features for both searching and indexing and will 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: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?
   Nope, I'm using the client only for queries - the xml generation /
   posting to solr is done by another module in our application, and not
 
   with java.
  
   Cheers,
   Martin
  
  
   
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 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 central repository?
 Have a look at the issue tracker, there's one with solr clients:
 http://issues.apache.org/jira/browse/SOLR-20

 I've also used one of them, but to be honest, do not remember
  which
 one ;)

 Cheers,
 Martin



 Regards,
 Daniel


 http://www.bbc.co.uk/
 This e-mail (and any attachments) is confidential and may
  contain
   personal
 views which are not the views of the BBC unless specifically
   stated.
 If you have received it in error, please delete it from your
   system.
 Do not use, copy or disclose the information in any way nor act
  in
   reliance
 on it and notify the sender immediately.
 Please note that the BBC monitors e-mails sent or received.
 Further communication will signify your consent to this.



   
   
http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain
   personal views which are not the views of the BBC unless specifically
   stated.
If you have received it in error, please delete it from your
  system.
Do not use, copy or disclose the information in any way nor act in
   reliance on it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
   
   
   --
   Martin Grotzke
   http://www.javakaffee.de/blog/
  
  
 
 
 
 
 




Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne

Nice. Can someone please send me an already build version of the client with
the required libraries? I am unable to check out the source code at my work.

Thank you.

On 15/06/07, rubdabadub [EMAIL PROTECTED] wrote:


On 6/15/07, Thierry Collogne [EMAIL PROTECTED] wrote:
 Just to be clear. This client is compatible with the 1.2 release of
solr?

Yes, I just tested it.

@Ryan : Thank you very very much!! Been waiting for this happen for a
long time !!

Regards
Rajesh


 On 15/06/07, Thierry Collogne [EMAIL PROTECTED] wrote:
 
  I have a problem at my work that I am unable to checkout sources from
  servers outside our network. I have managed to save the java sources
of the
  client, but I can't seem to find apache-solr-1.3-dev-common.jar and
  apache-solr-1.3-dev-solrj.jar .
 
  Are these jars present in the trunk or do they need to be build as
well?
  Can someone perhaps send me a jar file containing the latest version
of the
  client?
 
  On 15/06/07, Otis Gospodnetic [EMAIL PROTECTED] wrote:
  
   Ah, excellent!  Just to clarify - the code you've checked in for
SOLR-20
   overrides everything 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?
  
   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 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 work through any
   issues.
  
   good good
   ryan
  
  
   Thierry Collogne wrote:
I tried using that client, but I didn't get any good results while
searching
for worst with special characters. I have also searched for
   documentation
for that client, but didn't find any.
   
Does anyone know where to find documentation concerning the java
   client?
   
On 14/06/07, Will Johnson  [EMAIL PROTECTED] wrote:
   
The code in http://solrstuff.org/svn/solrj/ is very stable, works
   with
most all features for both searching and indexing and will 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: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?
Nope, I'm using the client only for queries - the xml generation
/
posting to solr is done by another module in our application, and
not
  
with java.
   
Cheers,
Martin
   
   

 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 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 central repository?
  Have a look at the issue tracker, there's one with solr
clients:
  http://issues.apache.org/jira/browse/SOLR-20
 
  I've also used one of them, but to be honest, do not remember
   which
  one ;)
 
  Cheers,
  Martin
 
 
 
  Regards,
  Daniel
 
 
  http://www.bbc.co.uk/
  This e-mail (and any attachments) is confidential and may
   contain
personal
  views which are not the views of the BBC unless specifically
stated.
  If you have received it in error, please delete it from your
system.
  Do not use, copy or disclose the information in any way nor
act
   in
reliance
  on it and notify the sender immediately.
  Please note that the BBC monitors e-mails sent or received.
  Further communication will signify your consent to this.
 
 
 


 http://www.bbc.co.uk/
 This e-mail (and any attachments) is confidential and may
contain
personal views which are not the views of the BBC unless
specifically
stated.
 If you have received it in error, please delete it from your
   system.
 Do not use, copy or disclose

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Daniel Alheiros
Hi,

I have the same problem here... Can someone put a build of this client
version available for download?

Regards,
Daniel

On 15/6/07 09:39, Thierry Collogne [EMAIL PROTECTED] wrote:

 Nice. Can someone please send me an already build version of the client with
 the required libraries? I am unable to check out the source code at my work.
 
 Thank you.
 
 On 15/06/07, rubdabadub [EMAIL PROTECTED] wrote:
 
 On 6/15/07, Thierry Collogne [EMAIL PROTECTED] wrote:
 Just to be clear. This client is compatible with the 1.2 release of
 solr?
 
 Yes, I just tested it.
 
 @Ryan : Thank you very very much!! Been waiting for this happen for a
 long time !!
 
 Regards
 Rajesh
 
 
 On 15/06/07, Thierry Collogne [EMAIL PROTECTED] wrote:
 
 I have a problem at my work that I am unable to checkout sources from
 servers outside our network. I have managed to save the java sources
 of the
 client, but I can't seem to find apache-solr-1.3-dev-common.jar and
 apache-solr-1.3-dev-solrj.jar .
 
 Are these jars present in the trunk or do they need to be build as
 well?
 Can someone perhaps send me a jar file containing the latest version
 of the
 client?
 
 On 15/06/07, Otis Gospodnetic [EMAIL PROTECTED] wrote:
 
 Ah, excellent!  Just to clarify - the code you've checked in for
 SOLR-20
 overrides everything 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?
 
 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 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 work through any
 issues.
 
 good good
 ryan
 
 
 Thierry Collogne wrote:
 I tried using that client, but I didn't get any good results while
 searching
 for worst with special characters. I have also searched for
 documentation
 for that client, but didn't find any.
 
 Does anyone know where to find documentation concerning the java
 client?
 
 On 14/06/07, Will Johnson  [EMAIL PROTECTED] wrote:
 
 The code in http://solrstuff.org/svn/solrj/ is very stable, works
 with
 most all features for both searching and indexing and will 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: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?
 Nope, I'm using the client only for queries - the xml generation
 /
 posting to solr is done by another module in our application, and
 not
 
 with java.
 
 Cheers,
 Martin
 
 
 
 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 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 central repository?
 Have a look at the issue tracker, there's one with solr
 clients:
 http://issues.apache.org/jira/browse/SOLR-20
 
 I've also used one of them, but to be honest, do not remember
 which
 one ;)
 
 Cheers,
 Martin
 
 
 
 Regards,
 Daniel
 
 
 http://www.bbc.co.uk/
 This e-mail (and any attachments) is confidential and may
 contain
 personal
 views which are not the views of the BBC unless specifically
 stated.
 If you have received it in error, please delete it from your
 system.
 Do not use, copy or disclose the information in any way nor
 act
 in
 reliance
 on it and notify the sender immediately.
 Please note that the BBC monitors e-mails sent or received.
 Further communication will signify your consent to this.
 
 
 
 
 
 http://www.bbc.co.uk/
 This e-mail (and any attachments) is confidential and may
 contain
 personal views which are not the views of the BBC unless
 specifically
 stated.
 If you have received it in error, please delete it from your
 system.
 Do not use, copy or disclose the information in any way nor act
 in
 reliance on it and notify the sender immediately.
 Please note that the BBC monitors e-mails sent or received.
 Further communication will signify your consent

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

Otis Gospodnetic wrote:

Ah, excellent!  Just to clarify - the code you've checked in for SOLR-20 
overrides everything 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?



Correct, http://solrstuff.org/svn/solrj/ is gone.  All 
fixes/improvements will be on:

http://svn.apache.org/repos/asf/lucene/solr/trunk/

It is still at: http://solrstuff.org/svn/solrj-old/, but that will be 
deleted soon.


ryan




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 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 work through any issues.


good good
ryan


Thierry Collogne wrote:
I tried using that client, but I didn't get any good results while 
searching

for worst with special characters. I have also searched for documentation
for that client, but didn't find any.

Does anyone know where to find documentation concerning the java client?

On 14/06/07, Will Johnson [EMAIL PROTECTED] wrote:

The code in http://solrstuff.org/svn/solrj/ is very stable, works with
most all features for both searching and indexing and will 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: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?

Nope, I'm using the client only for queries - the xml generation /
posting to solr is done by another module in our application, and not
with java.

Cheers,
Martin



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 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 central repository?

Have a look at the issue tracker, there's one with solr clients:
http://issues.apache.org/jira/browse/SOLR-20

I've also used one of them, but to be honest, do not remember which
one ;)

Cheers,
Martin



Regards,
Daniel


http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain

personal

views which are not the views of the BBC unless specifically

stated.

If you have received it in error, please delete it from your

system.

Do not use, copy or disclose the information in any way nor act in

reliance

on it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.




http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain

personal views which are not the views of the BBC unless specifically
stated.

If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in

reliance on it and notify the sender immediately.

Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.



--
Martin Grotzke
http://www.javakaffee.de/blog/











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 central repository?

Regards,
Daniel


http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.



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 package is org.apache.solr.client.solrj.
 
 Is it available via Maven2 central repository?
Have a look at the issue tracker, there's one with solr clients:
http://issues.apache.org/jira/browse/SOLR-20

I've also used one of them, but to be honest, do not remember which
one ;)

Cheers,
Martin


 
 Regards,
 Daniel
 
 
 http://www.bbc.co.uk/
 This e-mail (and any attachments) is confidential and may contain personal 
 views which are not the views of the BBC unless specifically stated.
 If you have received it in error, please delete it from your system.
 Do not use, copy or disclose the information in any way nor act in reliance 
 on it and notify the sender immediately.
 Please note that the BBC monitors e-mails sent or received.
 Further communication will signify your consent to this.
   
 



signature.asc
Description: This is a digitally signed message part


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 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 central repository?
 Have a look at the issue tracker, there's one with solr clients:
 http://issues.apache.org/jira/browse/SOLR-20
 
 I've also used one of them, but to be honest, do not remember which
 one ;)
 
 Cheers,
 Martin
 
 
 
 Regards,
 Daniel
 
 
 http://www.bbc.co.uk/
 This e-mail (and any attachments) is confidential and may contain personal
 views which are not the views of the BBC unless specifically stated.
 If you have received it in error, please delete it from your system.
 Do not use, copy or disclose the information in any way nor act in reliance
 on it and notify the sender immediately.
 Please note that the BBC monitors e-mails sent or received.
 Further communication will signify your consent to this.
 
 
 


http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.



RE: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Will Johnson
The code in http://solrstuff.org/svn/solrj/ is very stable, works with
most all features for both searching and indexing and will 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: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?
Nope, I'm using the client only for queries - the xml generation /
posting to solr is done by another module in our application, and not
with java.

Cheers,
Martin


 
 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 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 central repository?
  Have a look at the issue tracker, there's one with solr clients:
  http://issues.apache.org/jira/browse/SOLR-20
  
  I've also used one of them, but to be honest, do not remember which
  one ;)
  
  Cheers,
  Martin
  
  
  
  Regards,
  Daniel
  
  
  http://www.bbc.co.uk/
  This e-mail (and any attachments) is confidential and may contain
personal
  views which are not the views of the BBC unless specifically
stated.
  If you have received it in error, please delete it from your
system.
  Do not use, copy or disclose the information in any way nor act in
reliance
  on it and notify the sender immediately.
  Please note that the BBC monitors e-mails sent or received.
  Further communication will signify your consent to this.
  
  
  
 
 
 http://www.bbc.co.uk/
 This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
 If you have received it in error, please delete it from your system.
 Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately.
 Please note that the BBC monitors e-mails sent or received.
 Further communication will signify your consent to this.
   
 
-- 
Martin Grotzke
http://www.javakaffee.de/blog/


Re: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Thierry Collogne

I tried using that client, but I didn't get any good results while searching
for worst with special characters. I have also searched for documentation
for that client, but didn't find any.

Does anyone know where to find documentation concerning the java client?

On 14/06/07, Will Johnson [EMAIL PROTECTED] wrote:


The code in http://solrstuff.org/svn/solrj/ is very stable, works with
most all features for both searching and indexing and will 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: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?
Nope, I'm using the client only for queries - the xml generation /
posting to solr is done by another module in our application, and not
with java.

Cheers,
Martin



 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 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 central repository?
  Have a look at the issue tracker, there's one with solr clients:
  http://issues.apache.org/jira/browse/SOLR-20
 
  I've also used one of them, but to be honest, do not remember which
  one ;)
 
  Cheers,
  Martin
 
 
 
  Regards,
  Daniel
 
 
  http://www.bbc.co.uk/
  This e-mail (and any attachments) is confidential and may contain
personal
  views which are not the views of the BBC unless specifically
stated.
  If you have received it in error, please delete it from your
system.
  Do not use, copy or disclose the information in any way nor act in
reliance
  on it and notify the sender immediately.
  Please note that the BBC monitors e-mails sent or received.
  Further communication will signify your consent to this.
 
 
 


 http://www.bbc.co.uk/
 This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
 If you have received it in error, please delete it from your system.
 Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately.
 Please note that the BBC monitors e-mails sent or received.
 Further communication will signify your consent to this.


--
Martin Grotzke
http://www.javakaffee.de/blog/



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 tried using that client, but I didn't get any good results while
searching
for worst with special characters. I have also searched for
documentation
for that client, but didn't find any.

Does anyone know where to find documentation concerning the java client?

On 14/06/07, Will Johnson [EMAIL PROTECTED] wrote:

 The code in http://solrstuff.org/svn/solrj/ is very stable, works with
 most all features for both searching and indexing and will 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: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?
 Nope, I'm using the client only for queries - the xml generation /
 posting to solr is done by another module in our application, and not
 with java.

 Cheers,
 Martin


 
  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 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 central repository?
   Have a look at the issue tracker, there's one with solr clients:
   http://issues.apache.org/jira/browse/SOLR-20
  
   I've also used one of them, but to be honest, do not remember
which
   one ;)
  
   Cheers,
   Martin
  
  
  
   Regards,
   Daniel
  
  
   http://www.bbc.co.uk/
   This e-mail (and any attachments) is confidential and may contain
 personal
   views which are not the views of the BBC unless specifically
 stated.
   If you have received it in error, please delete it from your
 system.
   Do not use, copy or disclose the information in any way nor act
in
 reliance
   on it and notify the sender immediately.
   Please note that the BBC monitors e-mails sent or received.
   Further communication will signify your consent to this.
  
  
  
 
 
  http://www.bbc.co.uk/
  This e-mail (and any attachments) is confidential and may contain
 personal views which are not the views of the BBC unless specifically
 stated.
  If you have received it in error, please delete it from your system.
  Do not use, copy or disclose the information in any way nor act in
 reliance on it and notify the sender immediately.
  Please note that the BBC monitors e-mails sent or received.
  Further communication will signify your consent to this.
 
 
 --
 Martin Grotzke
 http://www.javakaffee.de/blog/



Re: Solr 1.2 HTTP Client for Java

2007-06-14 Thread Daniel Alheiros
Excellent.

Any idea if you are going to make it distributable via the central Maven
repo?

It could make things easier for those using maven to build their projects...
Like me :)

Regards,
Daniel


On 14/6/07 17:09, Ryan McKinley [EMAIL PROTECTED] wrote:

 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 work through any issues.
 
 good good
 ryan
 
 
 Thierry Collogne wrote:
 I tried using that client, but I didn't get any good results while
 searching
 for worst with special characters. I have also searched for documentation
 for that client, but didn't find any.
 
 Does anyone know where to find documentation concerning the java client?
 
 On 14/06/07, Will Johnson [EMAIL PROTECTED] wrote:
 
 The code in http://solrstuff.org/svn/solrj/ is very stable, works with
 most all features for both searching and indexing and will 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: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?
 Nope, I'm using the client only for queries - the xml generation /
 posting to solr is done by another module in our application, and not
 with java.
 
 Cheers,
 Martin
 
 
 
 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 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 central repository?
 Have a look at the issue tracker, there's one with solr clients:
 http://issues.apache.org/jira/browse/SOLR-20
 
 I've also used one of them, but to be honest, do not remember which
 one ;)
 
 Cheers,
 Martin
 
 
 
 Regards,
 Daniel
 
 
 http://www.bbc.co.uk/
 This e-mail (and any attachments) is confidential and may contain
 personal
 views which are not the views of the BBC unless specifically
 stated.
 If you have received it in error, please delete it from your
 system.
 Do not use, copy or disclose the information in any way nor act in
 reliance
 on it and notify the sender immediately.
 Please note that the BBC monitors e-mails sent or received.
 Further communication will signify your consent to this.
 
 
 
 
 
 http://www.bbc.co.uk/
 This e-mail (and any attachments) is confidential and may contain
 personal views which are not the views of the BBC unless specifically
 stated.
 If you have received it in error, please delete it from your system.
 Do not use, copy or disclose the information in any way nor act in
 reliance on it and notify the sender immediately.
 Please note that the BBC monitors e-mails sent or received.
 Further communication will signify your consent to this.
 
 
 -- 
 Martin Grotzke
 http://www.javakaffee.de/blog/
 
 
 


http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.



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 there

Each project must actively push [1] released artifacts to maven
repository, there is no other way of getting them there.

[1] http://www.apache.org/dev/release-publishing.html#maven-repo

-- 
 Sami Siren


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/java/solrj/src/org/apache/solr/client/solrj/SolrServer.java

For example setting up the two implementations:
http://svn.apache.org/repos/asf/lucene/solr/trunk/client/java/solrj/test/org/apache/solr/client/solrj/embedded/

server = new CommonsHttpSolrServer( url );
server = new EmbeddedSolrServer( SolrCore.getSolrCore() );

Give it a go!

- - - -

As a side note, trunk has had a LOT of changes recently.  Now (more then 
usual) i would recommend against using trunk for anything important. 
The API and structure is moving around (1.3 will be compatible with 1.2 
API, but there is a good chance something is broken now)


ryan