views:

251

answers:

2

Hello eveyone,

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#.

Any recommendations?

thanks in advance, George

+3  A: 

Lucene.Net?

Jon Skeet
I have never used it. I want to find a ready to use product, and seems it is just an SDK? Not a web based search engine like Bing/Google?
George2
Seems Lucene.Net does not have a web crawler which crawls page regularly. It is just a search tool?
George2
You asked for something "similar to Apache Lucene" - in what way is Lucene.Net *not* similar to Lucene?
Jon Skeet
I don't believe Solr includes a crawler either, by the way...
Jon Skeet
Sorry Jon, my bad description. I want to have a full featured search engine, like Microsoft Search Server, Google and Bing. Any suggestions for any .Net open source project of such type?
George2
I don't know of any full crawler + engine + UI, no.
Jon Skeet
Hi Jon, how good is Lucene.Net for non en-us language? I download a copy of Lucene.Net and find it uses common code to index for all language files. Any experience of index/search for non en-us language, like France, Japanese? Any plug-in needed for such language?
George2
@George2: I don't know - I've never used Lucene myself, in either form.
Jon Skeet
Thanks all the same! :-)
George2
Thanks for all of your help, Jon. I have marked your reply as answered.
George2
+1  A: 

arachnode.net it's a web crawler + Lucent.Net

Nisus