| | 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.
See Also
PTSFieldType Class | com.plumtree.server.search Namespace