I have a folder with thousands of text files and I’d like to paste and search content into a web form and return matches in those files.
Is there a way to do content indexing of those files and do these searches from within an ASP.NET application?
What tools and techniques are available?
With text (or other) files and open source you can use Lucene.
http://incubator.apache.org/lucene.net
Lucene has .NET/C# ports.
Working with Lucene
http://www.aspfree.com/c/a/BrainDump/Working-with-Lucene-dot-Net/
SO threads
https://stackoverflow.com/search?q=lucene.net