You'd need to have a translation of all the stop words which I think can be found here:
http://snowball.tartarus.org/algorithms/swedish/stop.txt After a quick googling - not sure as to the quality of it though hth w:// On Thu, May 28, 2009 at 5:08 PM, cws <[email protected]> wrote: > > Wayne, nice! > > Tried it out in the NHibernate.Search test project. First using > FuzzyQuery class before I read your answer and then with "~" and the > criteria API. It seems to work great. > > Here is a link about linq and lucene with kind of a quicksheet to > queries. > http://www.codeplex.com/linqtolucene > > You don't know anything about to make it aware of language like > swedish? > > Thanks! > > On 28 Maj, 16:24, Wayne Douglas <[email protected]> wrote: > > nhsearch can do this using fuzzy searching - I believe the syntax to pass > is > > something like: > > > > "fieldToQuery:query~" > > > > Note the ~ > > > > > > > > On Thu, May 28, 2009 at 3:11 PM, JozefSevcik <[email protected]> wrote: > > > > > I think it would be rather matter of constructing your own Lucene > > > query and passing it to NH.Search > > > than NH.Search itself > > > > > On May 28, 4:04 pm, cws <[email protected]> wrote: > > > > Hello! > > > > > > I am looking into Nhibernate.Search and wondering if anyone now if it > > > > is possible to do phonetic search on indexed fields. Like returning > > > > all entities with a field that are similar to the word schmith which > > > > would then hopefully return all those entities with the field smith > as > > > > well. > > > > > > Regards > > > > -- > > Cheers, > > > > w:// > > > -- Cheers, w:// --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
