mò )á¸Ec@s,dZdkZdeifd„ƒYZdS(sQuery Parser Interface.Nt IQueryParsercBs)tZdZd„Zd„Zd„ZRS(sInterface for Query Parsers.cCsdS(s¨Parse a query string. Return a parse tree (which implements IQueryParseTree). Some of the query terms may be ignored because they are stopwords; use getIgnored() to find out which terms were ignored. But if the entire query consists only of stop words, or of stopwords and one or more negated terms, an exception is raised. May raise ParseTree.ParseError. N((tquery((t@/data/zmath/zope/lib/python/Products/ZCTextIndex/IQueryParser.pyt parseQuerys cCsdS(sèReturn the list of ignored terms. Return the list of terms that were ignored by the most recent call to parseQuery() because they were stopwords. If parseQuery() was never called this returns None. N((((Rt getIgnored$scCsdS(sParse a query string. Return a tuple (tree, ignored) where 'tree' is the parse tree as returned by parseQuery(), and 'ignored' is a list of ignored terms as returned by getIgnored(). May raise ParseTree.ParseError. N((R((Rt parseQueryEx-s(t__name__t __module__t__doc__RRR(((RRs   (Rt InterfacetBaseR(R R((Rt?s