You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2007/12/27 22:44:43 UTC

[jira] Updated: (SOLR-434) interfaces should support >2B docs

     [ https://issues.apache.org/jira/browse/SOLR-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-434:
-------------------------------

    Fix Version/s: 1.3

solrj can change everything to long without problem.

I think we can safely change all integers to long without problem.  I don't think the external api <int> makes an contract to say the value will fit within the java int range.  As you said, "basically treat it as an unbounded int"

> interfaces should support >2B docs
> ----------------------------------
>
>                 Key: SOLR-434
>                 URL: https://issues.apache.org/jira/browse/SOLR-434
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Priority: Minor
>             Fix For: 1.3
>
>
> External interfaces that deal with numbers of documents should eventually be able to deal with > 2B documents (that means long instead of int).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.