WebCenter Interaction API  
 

PTSFieldType.INT Field

Field type for integer fields.

IMPORTANT: The search server stores all numeric types (integers, floats, and date-times) as 32-bit floating-point numbers, so large integers can suffer roundoff error when indexed. Integer fields are best used for result sorting (see IPTSQueryRequest.setResultsOrderBy). If you must have reliable storage of exact values, look them up post-search query in some other repository, such as a database.
public static readonly PTSFieldType INT;

See Also

PTSFieldType Class | com.plumtree.server.search Namespace