Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is best and most active open source .Net search technology?

I'm trying to decide on an open source search/indexing technology for a .Net project. It seems like the standard out there for Java projects is Lucene, but as far as .Net is concerned, the Lucene.Net project seems to be pretty inactive. Is this still the best option out there? Or are there other viable alternatives?

like image 668
jamesaharvey Avatar asked Aug 11 '09 00:08

jamesaharvey


1 Answers

While they were no 'full blown' releases (i.e. full documentation, web site updates) of Lucene.Net for quite some time, there are still fresh commits to its SVN repository. The latest release (2.3.2) for example was tagged in 07/24/09 (see here). Since the development is still active I would use it for new full-text-search projects.

like image 131
maayank Avatar answered Oct 02 '22 01:10

maayank