Hi, most likely, that's a feature of Italian stemmer there's no way to pass parameters to stemmer, but since sedna uses snowball it should be relatively easy to create your own stemmer.
On Thu, Apr 28, 2011 at 1:54 PM, giocondo sticca <[email protected]> wrote: > Hi, I have this problem with full-text search + stemming > > document: > > <example> > > <item id="1"> > first item, mario, perché > </item> > > <item id="2"> > second item, maremma, remare, perche > </item> > > <item id="3"> > third item, marittima, perchè, mare > </item> > > </example> > > query: > > load "d:/coding/schemata/sedna/bug ftindex/sample.xml" "example" & ---> OK > > create full-text index "ft" on document("example")/example/item type "xml" > with options "type=native,stemming=italian" & ---> OK > > ftindex-scan("ft","mario") & ---> unespected result because if I search a > person named "Mario" I get also the word "marittima" (marine in english) or > other words like: "mari.*" > > results: > > <item id="1"> > first item, mario, perché > </item> > > <item id="3"> > third item, marittima, perchè, mare ---> *THIS IS WRONG* > </item> > > If this is a new feature you could add a flag like this: .. with options > "type=native,stemming=italian,featurename=false" to disable it ? > > Thanks. > > > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > Sedna-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sedna-discussion > > ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Sedna-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sedna-discussion
