Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

lightweight search engine for asp.net

I'm looking to develop a CMS project based on UMBRACO but I also need to index the documents created and to offer search functionality therefore I would like to know if you have any suggestion for a lightweight search engine available in .net technology. The main requirement is to be simple and efficient (nothing complex like solr or sphinx ).

like image 229
Michael Avatar asked Jun 07 '10 21:06

Michael


3 Answers

If you only need to search documents/nodes created in umbraco you can use xsltsearch perhaps? It's very easy to deploy.

like image 177
Gerty Avatar answered Oct 22 '22 19:10

Gerty


Have a look at Lucene.net.

like image 3
Julien Lebosquain Avatar answered Oct 22 '22 19:10

Julien Lebosquain


http://xapian.org/

like image 1
František Žiačik Avatar answered Oct 22 '22 21:10

František Žiačik