You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Ryan McKinley <ry...@gmail.com> on 2008/01/09 16:24:36 UTC

Solrj changes (int now long) SOLR-434

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