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

Key: CMP-408
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Mathieu Lecarme
Votes: 0
Watchers: 0
Operations

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

Dynamic boost mapping support - OSEM, RSEM and XSEM

Created: 01/Jun/07 09:57 AM   Updated: 03/Jun/07 03:23 PM
Component/s: Compass::Core
Affects Version/s: None
Fix Version/s: 1.2 M2


 Description  « Hide
Now, you can set a boost value for a class, but not for an instance (a Document in Lucene terminology).
Like Analyzer wich can be dynamic (with a getAnalyzer()), a
void setBoost(Float boost)
and a
Float getBoost()
can be nice for dynamic boosting.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 03/Jun/07 03:23 PM
Support for dynamic property mapping in OSEM, RESM and XSEM is now supported allowing to map a property value as a boost value.