I'll do the obvious one first. :) Have you tried Solr 1.3 or, even better, 1.4-dev nightly?
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Jonathan Ariel <ionat...@gmail.com> > To: solr-user@lucene.apache.org > Sent: Wednesday, March 4, 2009 2:56:03 PM > Subject: Possible bug with sdouble? > > Hi everyone! > So it seems like I ran into a bug with sdouble. > I have a document with two fields. > field1 is double > > > stored="true" omitNorms="true"/> > > indexed="true" stored="true" omitNorms="true"/> > > > > when I index I send for both of them the same value (73000000) and when I'm > querying I'm getting the following > > 73000000 > 7.3E7 > > What do you think? Why am I getting different notations? > > BTW I'm using solr 1.2 > > Thanks! > > Jonathan