LinqToSql and full text search - can it be done?

前端 未结 2 683
不思量自难忘°
不思量自难忘° 2021-01-05 19:07

Has anyone come up with a good way of performing full text searches (FREETEXT() CONTAINS()) for any number of arbitrary keywords using standard LinqToSql query

2条回答
  •  既然无缘
    2021-01-05 19:34

    Unfortunately LINQ to SQL does not support Full Text Search.

    There are a bunch of products out there that I think could: Lucene.NET, NHibernate Search comes to mind. LINQ for NHibernate combined with NHibernate Search would probably give that functionality, but both are still way deep in beta.

提交回复
热议问题