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://
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to