I'm building an ASP.NET MVC site with static content (without DB) where I am going implement full text search.
I can use two tools for it:
- Lucene.Net
- elasticsearch
I started to investigate Lucene.Net but I can`t find an ASP.NET MVC example for it.
I found how to use it in ASP.NET.
Proper structuring of Lucene.Net usage in an ASP.NET MVC site
My questions is: What is the best choice for ASP.NET MVC application and has good documentation/examples.