You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Otis Gospodnetic (JIRA)" <ji...@apache.org> on 2007/04/27 21:04:15 UTC

[jira] Commented: (SOLR-212) Embeddable class to call solr directly

    [ https://issues.apache.org/jira/browse/SOLR-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492372 ] 

Otis Gospodnetic commented on SOLR-212:
---------------------------------------

Mucho cool.  I see the DirectSolrConnection.coffee doesn't have ASL v2 in it.
How does this relate to the code I see on http://wiki.apache.org/solr/EmbeddedSolr  ?
Typo: initalized -> initialized (in javadoc + code)


> Embeddable class to call solr directly
> --------------------------------------
>
>                 Key: SOLR-212
>                 URL: https://issues.apache.org/jira/browse/SOLR-212
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ryan McKinley
>            Priority: Minor
>         Attachments: SOLR-212-DirectSolrConnection.patch
>
>
> For some embedded applications, it is useful to call solr without running an HTTP server.  This class mimics the behavior you would get if you sent the request through an HTTP connection.  It is designed to work nicely (ie simple) with JNI
> the main function is:
> public class DirectSolrConnection 
> {
>   String request( String pathAndParams, String body ) throws Exception
>   {
>     ...
>   }
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.