Table of Contents
Text Index
The UnTextIndex falls under the I didnt have a better name for it excuse. It is an Un Text index because it stores a little bit of undo information so that objects can be unindexed when the old value is no longer known.
I didnt have a better name for it
Un
parens ( s, parens_re=regex.compile( '(\|)' ) )
parse ( s )
Parse parentheses and quotes
parse2 ( q, default_operator, operator_dict={ AndNot : AndNot, And : And, Or : Or, Near : Near }, ListType=type([] ), )
Find operators and operands
quotes ( s, ws=( string.whitespace, ) )