I'm pretty green when it comes to Compass so excuse me in advance

I'm using the Grails Searchable plugin to index a domain class that has a double value with negative numbers. Compass/Lucene however is storing this in the index (using Luke to inspect the index) as a positive number so my range queries are returning no results when I search over the negative range.
I have a feeling that I need to use a converter, but I don't know where to start to configure it. Any words of wisdom?
Thanks,
Mike
http://mike.brevoort.com
Edited by: Mike Brevoort on Feb 6, 2008 8:52 PM