SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-612
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Henrik Lundahl
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Transfer property boost settings when using JDBC GPS

Created: 08/Apr/08 04:33 AM   Updated: 08/Apr/08 02:25 PM
Component/s: Compass::Gps
Affects Version/s: 2.0.0 M3
Fix Version/s: 2.0.0 RC1


 Description  « Hide
ResultSetResourceMappingResolver doesn't get the boost value from the ColumnToPropertyMapping and put that into the resource mapping. Therefore that boost value is never used.

The following code in ResultSetResourceMappingResolver .generateResourceProperyMapping fixes this:

if (mapping.getBoost() > 0.0f) { sb.append("boost=\"").append(mapping.getBoost()).append("\"").append(" "); }



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.