Mugeesh Husain <muge...@gmail.com> wrote: > could you tell me the maximum number of limit for posting data to solr.
The data size can be at most 2GB, possibly minus a few bytes. It is due to the HttpUrlComponent used inside of Solr, which only accepts a signed integer as size. As for the number of documents, the limit is 2 billion. It does not seem to be a problem in your case. - Toke Eskildsen