For solrj users...The SolrDocumentList numFound and offsets just changed to support >2B docs -- you may need to update some code to avoid loss of precision errors.
Unless you are using SOLR-303, the numFound will never be out of integer range, so in that case a simple cast should be enough.
ryan