The default parser for Whoosh, implementing a powerful fielded query language similar to Lucene’s.
| Parameters: |
|
|---|
Parses the input string and returns a Query object/tree.
This method may return None if the input string does not result in any valid queries. It may also raise a variety of exceptions if the input string is malformed.
| Parameters: |
|
|---|---|
| Return type: |
A simple parser that only allows searching a single Ngram field. Breaks the input text into grams. It can either discard grams containing spaces, or compose them as optional clauses to the query.
| Parameters: |
|
|---|