Module
Method Summary
| Returns | Name | Description | 
|---|---|---|
String | _type() | The type of ejs object. For internal use only. | 
Object | filter(oFilter) | Adds a filter whose matching documents will have the score function applied. | 
String | toJSON() | Retrieves the internal   | 
    
Object | weight(oWeight) | Sets the weight of the score function | 
Method Detail
filter
        Object filter ( oFilter )
    
    Adds a filter whose matching documents will have the score function applied. 
  | 
toJSON
        String toJSON ( )
    
    Retrieves the internal  
  | 
weight
        Object weight ( oWeight )
    
    Sets the weight of the score function 
  |