If you want documents returned in the same order as a field, it's easy... you sort! If you want the value of a field to influence a score, not determine the exact sort order, you can use FunctionQuery (currently hacked into the query parser as _val_:myfield)
That seems like what I want -- boosting and not sorting. Is there a function that will give me a bigger boost for field values closer to zero?