[symfony-users] how to use lucene to make an exactly match?

2010-04-07 Thread Lee Joseph
I have to build a function to find out data with same name, how can I use lucene to do this? I use ::getLuceneIndex()-find($query) to find similar items, but now I need a strict filter to get the exactly same things. thanks for helping. yours Joe -- If you want to report a vulnerability

[symfony-users] sorry to bother you all about the production env..

2010-04-07 Thread Lee Joseph
when create the project there are two php file in the web directory: frontend_dev.php and index.php in index.php I find this ' $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'prod', false);' when i visit .localhost/frontend_dev.php I can use the route.yml

[symfony-users] Re: a question about lucene in symfony

2010-04-06 Thread Lee Joseph
thanks a lot, this is so useful! On 4月6日, 下午2时02分, Michał Piotrowski mkkp...@gmail.com wrote: Hi, 2010/4/6 Lee Joseph name.liz...@gmail.com: I learned how to use lucene to create a index when add or modify data on the  website, but I want to know is this possible  to build index from

[symfony-users] Re: a question about lucene in symfony

2010-04-06 Thread Lee Joseph
there, but here's my task:http://github.com/maerlyn/tibiahu/blob/master/lib/task/TibiahuRebuild... On Tue, Apr 6, 2010 at 07:57, Lee Joseph name.liz...@gmail.com wrote: I learned how to use lucene to create a index when add or modify data on the website, but I want to know is this possible to build

[symfony-users] a question about routing framework :P

2010-04-01 Thread Lee Joseph
as I know routing framework in symfony which separates url information with slash '/' or dot '.' like some_route: url: /:module/:actions/:id I just want know is there anything I can do to make some Url like .com/auckland/module-action-id -- If you want to report a vulnerability issue