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. Is this going to work? It is 64 bit CentOS 5.4 with 64
bit Sun JDK 1.6.0_18. I did some searching and was not able to
determine much.
<fieldType name="tint" class="solr.TrieIntField" precisionStep="8"
omitNorms="true" positionIncrementGap="0"/>
Thanks,
Shawn
- 64 bit integers (MySQL bigint) and SOLR Shawn Heisey
-