How to build a search engine in C#

Posted by Kumar on Stack Overflow See other posts from Stack Overflow or by Kumar
Published on 2010-05-29T02:04:08Z Indexed on 2010/05/29 2:12 UTC
Read the original article Hit count: 292

Filed under:
|
|

I am trying to build a web application in ASP.NET MVC and need build a pretty complex search feature. When a user enters a search term I want to search a variety of data sources which include documents, tables in the database, webpage urls and some APIs like facebook. Any tips, tutorials and hints would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about asp.net-mvc