I have managed to get the above method to work on a site available in 3 languages.
I would recommend altering the example to create seperate index's for each language. The search will then need to switch between index files according to the users culture. You'll also need to set the encoding to UTF8 when indexing and searching, using something like: Zend_Search_Lucene_Analysis_Analyzer::setDefault(new Zend_Search_Lucene_Analysis_Analyzer_Common_Utf8Num()); - Jamie On Jul 7, 6:13 pm, Andrea Taffi <[email protected]> wrote: > i tried to follow that guide about using lucene as search system but i had > problems indexing i18n contents... maybe the fastest way is to use google. > Thanks > -- > Andrea Taffi > Information and Communication Technologies > via Serenissima, 19 - 24020 - Scanzorosciate (BG) > cel. 3357866814 - email. [email protected] > web.http://www.andreataffi.com- skype. durielz > > 2009/7/7 François CONSTANT <[email protected]> > > > > >http://www.symfony-project.org/jobeet/1_2/Propel/en/17 > > > or use google > > > On 5 juil, 21:53, durielz <[email protected]> wrote: > > > Hi developers, > > > i need to implement a search system in a web site i'm developing with > > > symfony. I'd like to search in every contents of the website which is > > > internazionalized in four languages... Which is the best system? > > > > Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
