I’ve got nutch and lucene setup to crawl and index some sites and I’d like to use a .net website instead of the JSP site that comes with nutch.
Can anyone recommend some solutions?
I’ve seen solutions where there was an app running on the index server which the .Net site used remoting to connect to.
Speed is a consideration obviously so can this still perform well?
Edit: could NHibernate.Search work for this?
Edit: We ended up going with Solr index servers being used by our ASP.net site with the solrnet library.
Instead of using Lucene, you could use Solr to index with nutch (see here), then you can connect very easily to Solr using one of the two libraries available: SolrSharp and SolrNet.