I changed and reindexed... It still shows <double
name="dprice">1.2E7</double> instead of 11,999,999.99

-----Original Message-----
From: Yonik Seeley 

On 2/4/07, Fuad Efendi <[EMAIL PROTECTED]> wrote:
> >Try an sdouble if you need exact prices that large.
>
> Thanks,
> Will it broke my indexes if I modify schema.xml and restart Tomcat?

Yes, float isn't compatible with double since they are essentially
stored in a modified IEEE format.  You will need to re-index.

-Yonik


Reply via email to