Hi all, We've found a filter that eliminates all the accents from the text fields and replaces them with the non-accentuated characters. It is called "org.apache.lucene.analysis.ISOLatin1AccentFilter" and we can't find a way to plug it into the French Analyzer. Can you give us a hint ?
Thanks a lot, Narcis Paslaru Narcis Paslaru wrote: > Hello, > > Thank you very much for this info. > I've created a JIRA issue http://jira.nuxeo.org/browse/NXP-2434 , and I > have attached the unit tests that illustrate the behaviour of the french > analyzer for some cases. > > Thanks for all your effort, > Narcis Paslaru > > Florent Guillaume wrote: > >> Hi, >> >> nuxeo-platform-search-test is the supporting infrastructure. >> Just run mvn test from inside nuxeo-platform-search-core to run the >> tests you want. >> >> Florent >> >> >> On 27 May 2008, at 14:23, Narcis Paslaru wrote: >> >> >>> Hi Olivier, >>> >>> I've looked into nuxeo-platform-search-test project and I connot figure >>> out how to run the existing tests, so I can create a new one that >>> describes the cases below. >>> Can you give me any pointers ? >>> >>> Thanks a lot, >>> Narcis Paslaru >>> >>> Olivier Grisel wrote: >>> >>>> Narcis Paslaru a écrit : >>>> >>>> >>>>> Hello Julien, >>>>> >>>>> We have an issue regarding the search component of nuxeo and we were >>>>> wondering if you could help us. We are developing a project for a >>>>> french >>>>> customer and he wants us to configure the search engine to be able to >>>>> work well with accents - that means ignoring them in the search >>>>> process. >>>>> We have configured it to use the FrenchAnalyzer provided by lucene, >>>>> but this has a strange behaviour. >>>>> For example : >>>>> >>>>> _Example 1_ : >>>>> In the database, there are these two indicators : >>>>> - Entrant Itinéris >>>>> - Conso sortante Itineris >>>>> >>>>> When I search for "itinéris" : the two of them are returned. => OK! >>>>> When I search for "itineris" : the two of them are returned. => OK! >>>>> When I search for "ITINERIS" : none of them are returned. => non OK! >>>>> >>>>> >>>>> _Example 2_ : >>>>> In the database, there are these two indicators : >>>>> - CA équipement >>>>> - CA équipement social >>>>> >>>>> When I search for "équipement" : the two of them are returned. => OK! >>>>> When I search for "equipement" : none of them are returned. => non >>>>> OK! :-( >>>>> When I search for "EQUIPEMENT" : none of them are returned. => non >>>>> OK! :-( >>>>> >>>>> >>>>> What do you think ? Is there any way we could meet their requirements >>>>> regarding this feature of nuxeo ? >>>>> >>>>> >>>> I think this are bugs. Please open a jira issue and attach test >>>> cases for the >>>> junit test suite of the search service to reproduce those behaviors. >>>> >>>> >>>> >>> _______________________________________________ >>> ECM mailing list >>> [email protected] >>> http://lists.nuxeo.com/mailman/listinfo/ecm >>> >> --Florent Guillaume, Director of R&D, Nuxeo >> Open Source Enterprise Content Management (ECM) >> http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87 >> >> >> >> >> > > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
