parse_query_with_token_limit

Function parse_query_with_token_limit 

Source
pub fn parse_query_with_token_limit<'a, S>(
    s: &'a str,
    token_limit: usize,
) -> Result<Document<'a, S>, ParseError>
where S: Text<'a>,