Bugs collector seems to be down. Thus, this email bug report: PluginIndexes.TextIndex.parse2 works from the wrong end of its input list: Some test cases that go seriously wrong: parse2(['a','b','c'], or) -> ['a', or, 'b', 'c'] parse2(['a',or,'b','c',or,'d','e'] -> ['a', or, 'b', or, 'c', or, or, 'd', 'e'] Dieter