Module
BoostFactorScoreFunction
BoostFactorScoreFunction ( boostVal )
Multiply the score by the provided boost_factor.
|
Method Summary
Returns | Name | Description |
---|---|---|
String | _type() | The type of ejs object. For internal use only. |
Object | boost(b) | Sets the boost factor. |
Object | filter(oFilter) | Adds a filter whose matching documents will have the score function applied. |
String | toJSON() | Retrieves the internal |
Method Detail
boost
Object boost ( b )
Sets the boost factor.
|
filter
Object filter ( oFilter )
Adds a filter whose matching documents will have the score function applied.
|
toJSON
String toJSON ( )
Retrieves the internal
|