What are the ranges on the different Number Types in Elasticsearch?

What are the ranges for the different number types in Elasticsearch? Are
they signed? Is that adjustable?

float:
double:
byte:
short:
integer:
long:

I've discovered a few of these by messing around, and via different errors,
but have not seen the details in any documentation.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

On Fri, 2013-02-08 at 15:42 -0800, Brian Jones wrote:

What are the ranges for the different number types in Elasticsearch?
Are they signed? Is that adjustable?

They are standard Java types. I detailed them here:
https://metacpan.org/module/DRTECH/Elastic-Model-0.24/lib/Elastic/Manual/Attributes.pod#NUMERIC-FIELDS

clint

float:
double:
byte:
short:
integer:
long:

I've discovered a few of these by messing around, and via different
errors, but have not seen the details in any documentation.

--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.