On Thu, Apr 21, 2011 at 6:26 PM, Kiko Aumond <kiko@alum.mit.edu> wrote:
> Hi
>
> I am new to the list and relatively new to SOLR. I am working on a tool for
> updating indexes directly through EmbeddedSolrServer thus eliminating the
> need for sending potentially large documents over HTTP.
http://wiki.apache.org/solr/Solrj#EmbeddedSolrServer
And also DirectSolrConnection
It's generally discouraged as a premature optimization that normally
gains you only a few percent increase in performance.
-Yonik
http://www.lucenerevolution.org -- Lucene/Solr User Conference, May
25-26, San Francisco
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|