Module
SpanNotQuery
        SpanNotQuery ( includeQry, excludeQry )
    
    Removes matches which overlap with another span query. 
  | 
Method Summary
| Returns | Name | Description | 
|---|---|---|
String | _type() | The type of ejs object. For internal use only. | 
Object | boost(boost) | Sets the boost value for documents matching the Query. | 
    
Object | exclude(spanQuery) | Sets the span query whose matches must not overlap those returned. | 
Object | include(spanQuery) | Set the span query whose matches are filtered. | 
String | toJSON() | Retrieves the internal query object. This is typically used by
            internal API functions so use with caution. | 
    
Method Detail
boost
        Object boost ( boost )
    
    Sets the boost value for documents matching the  Query.
  | 
exclude
        Object exclude ( spanQuery )
    
    Sets the span query whose matches must not overlap those returned. 
  | 
include
        Object include ( spanQuery )
    
    Set the span query whose matches are filtered. 
  | 
toJSON
        String toJSON ( )
    
    Retrieves the internal  query object. This is typically used by
            internal API functions so use with caution.
  |