문제

I am tasked with indexing a large number of documents (allowing for full-text search) and then searching this index using ASP.net

I am using a Windows Server 2012 environment.

I have done some reading up but I'm still not sure what the indexing service to use.

I have read about 'Microsoft Indexing Services' (I have read this is obsolete) and 'Windows Search' service.

Can anyone make a recommend a suitable service to use and ideally some pointers as to how to use it?

도움이 되었습니까?

해결책

Have a look at Lucene .Net. It's a .Net port of the Lucene search index. It's an Apache project & might be just what you're looking for.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top