Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.Net based open source search engine? [closed]

I am looking for an easy to use, maintain and extensible search engine (intranet, enterprise search engine) based on .Net technologies, better open source which is more capable of extension. Just similar to Apache Lucene and Apache Solr. I want to search html page only.

I tried Microsoft Search Server and find it is not easy to maintain, use and extend, not easy to make own UI, bound too tight to SharePoint. I am using VSTS 2008 + C#.

like image 624
George2 Avatar asked Sep 17 '09 16:09

George2


People also ask

Is there an open source search engine?

About Apache Solr Apache Solr is an open-source search server built on top of Lucene that provides all of Lucene's search capabilities through HTTP requests.

Which of the following is a open source search engine?

YaCy is an open source and distributed search engine. It's written in Java, so it runs on any platform, and it performs web crawls, indexing, and searching. It's a peer-to-peer (P2P) network, so every user running YaCy joins in the effort to track the internet as it changes from day to day.

Which is not a type of search engine?

Chrome is not a search engine because it is a web browser that uses the search engine to retrieve and view the information from web pages present on the web servers.


1 Answers

Lucene.Net?

like image 191
Jon Skeet Avatar answered Nov 02 '22 01:11

Jon Skeet