Re: 64 bit integers (MySQL bigint) and SOLR

2010-03-23 Thread Chris Hostetter
: : The primary key for my database is a BIGINT, basically a 64 bit integer. The : value is well below the 32 bit maximum (about 230 million right now) but : someday in the future that might not be the case. In the schema, we have it : mapped to a "tint" field type as defined in the example sch

64 bit integers (MySQL bigint) and SOLR

2010-03-20 Thread Shawn Heisey
The primary key for my database is a BIGINT, basically a 64 bit integer. The value is well below the 32 bit maximum (about 230 million right now) but someday in the future that might not be the case. In the schema, we have it mapped to a "tint" field type as defined in the example schema. I