Hi there!
For my project I need full-text search and it should produce low overhead, because it must run on a notebook (of the professor). So I decided to use Sphinx - considered also Elasticsearch, but that seems to be an overkill. Sphinx has two options that seems to be usable for the project: SphinxQL and a PHP-API. Last one is not really recommened by the developers, so SphinxQL is the right way.
- Now I wanna ask, if someone has a solution to use SphinxQL with the lovely Phalcon?
- Secondly, has someone already wrote an adapter/model abstraction for the connection?
Thanks a lot (again and again) Aljoscha