You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/09/06 02:06:56 UTC

[Solr Wiki] Update of "SolJava" by HossMan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by HossMan:
http://wiki.apache.org/solr/SolJava

------------------------------------------------------------------------------
+ = Using Solr From Java =
+ 
+ = SolrJ =
+ 
+ <!> ["Solr1.2"]
+ 
  Darren Erik Vengroff created a simple Java client for adding, deleting and updating documents with Solr:
- 
- It was placed in [http://issues.apache.org/jira/browse/SOLR-20 SOLR-20]
- but now (after Solr 1.2 release) it has been added to the trunk:
  
  http://svn.apache.org/repos/asf/lucene/solr/trunk/client/java/solrj/
  
- The next release will include this.
+ = SOLR-30 =
  
  Philip Jacob created a simple Java client for doing searches with Solr.  It works, but it is still in development:
  
  http://issues.apache.org/jira/browse/SOLR-30
  
- ----
+ = Embedded =
+ 
+ <!> ["Solr1.2"]
  
  Solr can be embedded for direct API usage within Java applications, avoiding HTTP altogether.  See EmbeddedSolr.