Index: branches/mbutscher/work/lib/whoosh/formats.py
===================================================================
--- branches/mbutscher/work/lib/whoosh/formats.py (revision 231)
+++ branches/mbutscher/work/lib/whoosh/formats.py (revision 234)
@@ -187,5 +187,5 @@
         for t in unstopped(self.analyzer(value, boosts=True, **kwargs)):
             freqs[t.text] += 1
-            weights[t.text] += int(t.boost)
+            weights[t.text] += t.boost
         
         encode = self.encode
