pub fn create_query_plan(
query: &str,
exact: bool,
) -> Result<QueryPlan, ParseError>Expand description
Create a QueryPlan from a raw query string. This fully parses the query into an AST, then extracts all terms (including excluded), and prepares a term-index map.