Does anybody have some client code for performing searches against a
Solr installation? I've seen the DocumentManagerClient for adding/
dropping/etc docs from the index, but I don't see any client code in
svn anywhere.
If there's nothing that I can pick up and start using, I'm happy to
pu
On 7/14/06, WHIRLYCOTT <[EMAIL PROTECTED]> wrote:
Does anybody have some client code for performing searches against a
Solr installation? I've seen the DocumentManagerClient for adding/
dropping/etc docs from the index, but I don't see any client code in
svn anywhere.
I've written some client
Yes, I need java, but I would be eager to read your python code to
get some design ideas from it.
phil.
On Jul 14, 2006, at 2:32 PM, Mike Klaas wrote:
On 7/14/06, WHIRLYCOTT <[EMAIL PROTECTED]> wrote:
Does anybody have some client code for performing searches against a
Solr installation? I
There's some PHP client code on the wiki, too.
http://wiki.apache.org/solr/SolPHP
HTH,
-Mike
WHIRLYCOTT wrote:
Yes, I need java, but I would be eager to read your python code to get
some design ideas from it.
phil.
Check the list archives - there was a thread just a couple of weeks
ago about all the various existing Solr clients.
-MB
On Jul 14, 2006, at 2:21 PM, WHIRLYCOTT wrote:
Does anybody have some client code for performing searches against
a Solr installation? I've seen the DocumentManagerClie
Check the wiki, my friend.
http://wiki.apache.org/solr
-Original Message-
From: WHIRLYCOTT [mailto:[EMAIL PROTECTED]
Sent: Friday, July 14, 2006 12:35 PM
To: solr-user@lucene.apache.org
Subject: Re: client code for searching?
Yes, I need java, but I would be eager to read your python c
I did before I sent the email to the list, actually. Is there
something specific on the wiki that you're able to point me at?
phil.
On Jul 14, 2006, at 3:00 PM, Brian Lucas wrote:
Check the wiki, my friend.
http://wiki.apache.org/solr
-Original Message-
From: WHIRLYCOTT [mailto:[
http://wiki.apache.org/solr/SolJava
-Original Message-
From: WHIRLYCOTT [mailto:[EMAIL PROTECTED]
Sent: Friday, July 14, 2006 1:03 PM
To: solr-user@lucene.apache.org
Subject: Re: client code for searching?
I did before I sent the email to the list, actually. Is there
something specif
I'm already using that code and it's working fine for m. It provides
add(), delete(), commit(), optimize().
The question that I asked was if there was search() or query()
functionality (implemented in Java) somewhere that I could work off of.
phil.
On Jul 14, 2006, at 3:09 PM, Brian Lucas
Ah, my mistake.
The PHP client mentioned can provide some more direct examples with SOLR.
As a side note, I've written a Java search client to use with Lucene but it
would require some changes to use in Solr. Would this help?
Brian
-Original Message-
From: WHIRLYCOTT [mailto:[EMAIL PRO
On Jul 14, 2006, at 3:29 PM, Brian Lucas wrote:
Ah, my mistake.
No worries.
The PHP client mentioned can provide some more direct examples with
SOLR.
I'm looking at this for ideas...
As a side note, I've written a Java search client to use with
Lucene but it
would require some changes
Here is some client code in python for updates and searching. It
depends on ElementTree and is rather specific to my application, so it
is useful for inspiration at best (also, you'll find it difficult to
emulate the dynamic-dispatch xml parsing in java).
-Mike
Um, code?
phil.
On Jul 14, 2006, at 4:30 PM, Mike Klaas wrote:
Here is some client code in python for updates and searching. It
depends on ElementTree and is rather specific to my application, so it
is useful for inspiration at best (also, you'll find it difficult to
emulate the dynamic-dispa
Must've scrubbed my attachment. I'll send it to you personally.
On 7/14/06, WHIRLYCOTT <[EMAIL PROTECTED]> wrote:
Um, code?
phil.
On Jul 14, 2006, at 4:30 PM, Mike Klaas wrote:
> Here is some client code in python for updates and searching. It
> depends on ElementTree and is rather specific
14 matches
Mail list logo