Summary
In this chapter we have learned the full-text parser API, and created a "tokenizer" plugin which, despite being simple, solves a specific problem that cannot be solved by MySQL's built-in full-text parser. In the next chapter we will look more into the full-text parsers, creating "extractor" and "post-processor" plugins, and a plugin that supports Boolean search operators.