vote up 1 vote down star
1

SOLVED

See my answer below. Question left unchanged for anyone else who has trouble with this.


I'd like to use lucene (or anything else that could be used withs symfony for searching really) however I can't get the sfLucene plugin to work (says there are no tasks in the namespace "lucene" when i do ./symfony lucene:initialize). What can I do to get this to work or replace lucene?

symfony info:

chris@linux-9r49:~/Coding/PHP/cpn> ./sf -V
symfony version 1.3.0-BETA1 (/home/chris/Coding/PHP/cpn/lib/vendor/symfony/lib)
flag

55% accept rate
Hi Chris, no need to add 'solved' to the top of the question, you can tick your own answer to mark it as the accepted answer. – Jon Winstanley Nov 22 at 9:30
When I found the answer the question was too new to accept my own solution and I sort of forgot about it :P – Chris T Nov 27 at 4:51

1 Answer

vote up 0 vote down check

Silly me I didn't enable the plugin :P. For anyone else who has the problem open

projectfolder/config/ProjectConfiguration.class.php

and change it so it says something like this:

 $this->enablePlugins('sfDoctrinePlugin', 'sfLucenePlugin');

Then do

./symfony cc
./symfony lucene:initialize appnamehere
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.