0

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?

jjc99
  • 3,559
  • 4
  • 22
  • 21

1 Answers1

0

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.

Simon Halsey
  • 5,459
  • 1
  • 21
  • 32