On Aug 9, 2007, at 11:12 AM, Kevin Holmes wrote:



2: Is there a way to inject into solr without using POST / curl / http?


Check http://wiki.apache.org/solr/EmbeddedSolr

There's examples in java and cocoa to use the DirectSolrConnection class, querying and updating solr w/o a web server. It uses JNI in the Cocoa case.
-b

Reply via email to