class BooleanTermParser::QueryParser
This query parser adds an optional operator (“+” or “-”) to the simple term parser. In order to do that, a new “clause” node is added to the parse tree.
This query parser adds an optional operator (“+” or “-”) to the simple term parser. In order to do that, a new “clause” node is added to the parse tree.