Hi all,
I am currently trying to install the silverstripe-lucene module from https://github.com/wecodenl/silverstripe-lucene, but ran into some problems. I followed the instructions at https://github.com/wecodenl/silverstripe-lucene, so i installed https://github.com/nyeholt/silverstripe-queuedjobs and https://github.com/nyeholt/silverstripe-multivaluefield as well. I did a http://localhost/lucene-test/dev/build?flush=1 and all new tables were built without errors and then enabled the module by adding
ZendSearchLuceneSearchable::enable();
to my _config.php file (did another /dev/build afterwards), but the 'Rebuild search index' button does not show at the site config page.
I use Silverstripe 3.0.5 on Ubuntu.
Any help appreciated,
Markus