I ended up doing this with request.process(server) on an UpdateRequest class.
On Wed, Aug 24, 2011 at 2:07 PM, Daniel Skiles <daniel.ski...@docfinity.com>wrote: > What is the cleanest way to use the commitWithin directive with SolrJ? > AbstractUpdateRequest has a setCommitWithin() method, but I don't see how to > hook that into SolrServer.add(SolrInputDocument doc). > > Do I need to use SolrServer.request(), or do I need to use some other > method? > > Thanks. >