ASP.NET MVC - Full text search on shared hosting
We are developing a Q&A site for a client with very limited budget. Site will be developed in ASP.NET MVC 3, and client will have an option to switch between SQL Express and SQL CE.
We would like to have some full text search functiona开发者_运维百科lity but don't know what would be the best for this scenario. So far we've seen SOLR and Lucene.NET, but the most likely site will be hosted on some shared hosting so we have to take that into account.
Any help would be greatly appreciated!
IMHO bin
deployed Lucene.NET is the way to go. You just might need to modify it so that it stores the index in a folder you have write access.
精彩评论