2011-02-10 Kazuhiko
* add one more 'uid' column in z_catalog_sphinxse_index_list and add ERP5Site_checkSphinxSE script that cheks if all documents having SearchableText are well indexed in SphinxSE.

2011-01-28 Ivan
* Define Sphinx's full_text key implementation.

2011-01-03 Kazuhiko
* retrieve SearchableText from catalog, not calling SearchableText method.
* Use InnoDB with non-deferred connection for full_text table, because we don't need fulltext search function of transactionless MyISAM engine.

2011-01-02 Kazuhiko
* split SphinxSE indexation activities from normal indexation.

2010-08-19 Kazuhiko
* initial commit