I use a php framework called Fat Free Framework and I intend to create an indexer for its own database storage called Jig. It is simple an active cursor implementation which stores data as JSON structures.
I stumbled across TNTSearch but found the documentation is lacking greatly. I've glossed over the code but I suspect it may take a few weeks to fully understand how to work with the code base.
Might anyone give me any hints on how I may tackle this project?
$data = $db->read('articles');
$indexer->query('SELECT * FROM articles;');