Is there a way to manipulate the results coming back from SOLR?

I have a SOLR 3.5 index that contains values in cents (e.g. "100" in the index represents $1.00) and in certain contexts (e.g. CSV export) I'd like to divide by 100 for that field to provide a user-friendly "in dollars" number. To do this I played around with Function Queries for a while without realizing they're limited to relevancy scores, and later found "DocTransformers" in 4.0 whose description sounded right but don't exist in 3.5.

Is there anything else I haven't considered?

Thanks for any help

Gabriel Cooper.

Reply via email to