Commitwithin

2012-04-04 Thread Jens Ellenberg
ut.println(request.getCommitWithin()); server.request(request); 2. Example Code: server.add(aSolrDocument,1); Only after an explicit commit ( server.commit(); ) are the changes available. I have deleted the "autocommit" option in the solrconfig. Has anyone an idea? Greetings Jens -- Jens

Re: Response status

2012-01-31 Thread Jens Ellenberg
Thanks, this helps a lot greetings Jens Am 31.01.2012 13:53, schrieb Erik Hatcher-4 [via Lucene]: > > On Jan 31, 2012, at 04:42 , Jens Ellenberg wrote: > > > Hello, > > > > Is there a reference to this status-codes? > > Just the source code. SolrCo

Re: Response status

2012-01-31 Thread Jens Ellenberg
Hello, Is there a reference to this status-codes? Erik Hatcher wrote > > It means the request was successful. If the status is non-zero (err, > 1) then there was an error of some sort. > > Erik > > On Dec 4, 2008, at 9:32 AM, Robert Young wrote: > >> In the standard response format,