Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Solr, mail # user - commitWithin + SolrJ


Copy link to this message
-
Re: commitWithin + SolrJ
Chris Hostetter 2011-08-24, 23:38

: I ended up doing this with request.process(server) on an UpdateRequest
: class.

right ... if you peek under the covers of SolrServer most of it's
methods are are just convinience methods for constructing a Request,
setting some attributes/streams on it, and then processing it via that
Server instance.
-Hoss