google.appengine.api.search.query_parser.SequenceToConjunction

Transform all SEQUENCE nodes into CONJUNCTION nodes.

Sequences have the same semantic meaning as conjunctions, so we transform them to conjunctions to make query matching code simpler.

node Root of the tree to transform.

A tree with all SEQUENCE nodes replaced with CONJUNCTION nodes.