Personally I've never heard of a 500 document limit, I routinely use
1,000 doc batches (relatively small documents). Possibly your
co-worker exceeded the packet size or some other outside-solr
limitation?
Erick
On Mon, Apr 15, 2013 at 6:06 PM, Michael McCandless
wrote:
> At the Lucene level, you
At the Lucene level, you don't have to commit before doing the
deleteByQuery, i.e. 'a' will be correctly deleted without any
intervening commit.
Mike McCandless
http://blog.mikemccandless.com
On Mon, Apr 15, 2013 at 3:57 PM, Shawn Heisey wrote:
> Simple question first: Is there anything in Solr
Simple question first: Is there anything in SolrJ that prevents indexing
more than 500 documents in one request? I'm not aware of anything
myself, but a co-worker remembers running into something, so his code is
restricting them to 490 docs. The only related limit I'm aware of is
the POST buff