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