Crate tantivy_query_grammar

Source

Structs§

Error
LenientError
A recoverable error and the position it happened at
UserInputLiteral

Enums§

Delimiter
Occur
Defines whether a term in a query must be present, should be present or must not be present.
UserInputAst
UserInputBound
UserInputLeaf

Functions§

parse_query
Parse a query
parse_query_lenient
Parse a query, trying to recover from syntax errors, and giving hints toward fixing errors.