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.
