Description
Some tests revealed that the current analyzer used in oak doesn't fully match the one that was in jackrabbit.
For example it doesn't split words on underscores.
I initially worked around this by using a PrefixQuery but that matches a lot more content than it should, so I'm reverting the change and switching analyzer implementations.