Module
FieldValueFactorFunction
        FieldValueFactorFunction ( field )
    
    Multiply the score by the value of the field, multiplied by the factor. 
  | 
Method Summary
| Returns | Name | Description | 
|---|---|---|
String | _type() | The type of ejs object. For internal use only. | 
Object | factor(factor) | Sets the factor. | 
Object | filter(oFilter) | Adds a filter whose matching documents will have the score function applied. | 
Object | modifier(modifier) | Sets the modifier. | 
String | toJSON() | Retrieves the internal   | 
    
Method Detail
factor
        Object factor ( factor )
    
    Sets the factor. 
  | 
filter
        Object filter ( oFilter )
    
    Adds a filter whose matching documents will have the score function applied. 
  | 
modifier
        Object modifier ( modifier )
    
    Sets the modifier. 
  | 
toJSON
        String toJSON ( )
    
    Retrieves the internal  
  |