views:

194

answers:

1

Both Entity Framework and NHibernate are O-R mapping framework. Hibernate can use Lucene as full-text solution.

Is there any solution combine Entity framework and Lucene for searching? Where to find out the example/resource for this solution?

+2  A: 

This thread discussing LINQ-to-Lucene may be helpful.

Kaleb Brasee