[jira] Updated: (SOLR-30) Java client code for performing searches against a Solr instance

2007-01-08 Thread Bertrand Delacretaz (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bertrand Delacretaz updated SOLR-30:


Component/s: (was: search)
 clients - java

 Java client code for performing searches against a Solr instance
 

 Key: SOLR-30
 URL: https://issues.apache.org/jira/browse/SOLR-30
 Project: Solr
  Issue Type: New Feature
  Components: clients - java
Reporter: Philip Jacob
Priority: Minor
 Attachments: solrsearcher-client.zip


 Here are a few classes that connect to a Solr instance to perform searches.  
 Results are returned in a Response object.  The Response encapsulates a 
 ListMapString,Field that gives you access to the key data in the results. 
  This is the main part that I'm looking for comments on.  
 There are 2 dependencies for this code: JDOM and Commons HttpClient.  I'll 
 remove the JDOM dependency in favor of regular DOM at some point, but I think 
 that the HttpClient dependency is worthwhile here.  There's a lot that can be 
 exploited with HttpClient that isn't demonstrated in this class.  The purpose 
 here is mainly to get feedback on the API of SolrSearcher before I start 
 optimizing anything.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (SOLR-30) Java client code for performing searches against a Solr instance

2006-07-15 Thread Philip Jacob (JIRA)
 [ http://issues.apache.org/jira/browse/SOLR-30?page=all ]

Philip Jacob updated SOLR-30:
-

Attachment: solrsearcher-client.zip

Attachment contains:

  Length Date   TimeName
    
  804  07-16-06 00:37   
solr-trunk/src/java/org/apache/solr/client/Field.java
 1337  07-16-06 00:37   
solr-trunk/src/java/org/apache/solr/client/Response.java
  390  07-16-06 00:37   
solr-trunk/src/java/org/apache/solr/client/SearchException.java
 5873  07-16-06 00:37   
solr-trunk/src/java/org/apache/solr/client/SolrSearcher.java
    ---
 8404   4 files

 Java client code for performing searches against a Solr instance
 

 Key: SOLR-30
 URL: http://issues.apache.org/jira/browse/SOLR-30
 Project: Solr
  Issue Type: New Feature
  Components: search
Reporter: Philip Jacob
Priority: Minor
 Attachments: solrsearcher-client.zip


 Here are a few classes that connect to a Solr instance to perform searches.  
 Results are returned in a Response object.  The Response encapsulates a 
 ListMapString,Field that gives you access to the key data in the results. 
  This is the main part that I'm looking for comments on.  
 There are 2 dependencies for this code: JDOM and Commons HttpClient.  I'll 
 remove the JDOM dependency in favor of regular DOM at some point, but I think 
 that the HttpClient dependency is worthwhile here.  There's a lot that can be 
 exploited with HttpClient that isn't demonstrated in this class.  The purpose 
 here is mainly to get feedback on the API of SolrSearcher before I start 
 optimizing anything.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira