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. | 
Object | seed(s) | Sets random seed value. | 
String | toJSON() | Retrieves the internal   | 
    
Method Detail
filter
        Object filter ( oFilter )
    
    Adds a filter whose matching documents will have the score function applied. 
  | 
seed
        Object seed ( s )
    
    Sets random seed value. 
  | 
toJSON
        String toJSON ( )
    
    Retrieves the internal  
  |