WebCenter Interaction API  
 

PTSFieldType.FLOAT Field

Field type for floating-point fields.

IMPORTANT: The search server stores all numeric types (integers, floats, and date-times) as 32-bit floating-point numbers. If you need 64-bit (double) precision, store the full double value in some other repository, and look it up after doing your search query.
public static readonly PTSFieldType FLOAT;

See Also

PTSFieldType Class | com.plumtree.server.search Namespace