similarity match

Posted by csetzkorn on Stack Overflow See other posts from Stack Overflow or by csetzkorn
Published on 2010-04-09T11:43:56Z Indexed on 2010/04/09 11:53 UTC
Read the original article Hit count: 402

Filed under:
|

Many search engine have the 'did you mean' functionality.

Is there a simple way to use (N)Hibernate (e.g. ICriteria) to find an entity (e.g. keyword) based on similarity. Please note that I do not mean Expression.Like or something like this.

I hope this question makes sense.

Thanks.

Christian

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about hibernate