I have a small website running on Java with probably a dozen of markdown files. I want to provide a full text search for user to quickly access those markdown files. Since i
As a side project I have implemented a simple in memory text search solution for java.
https://github.com/bradforj287/SimpleTextSearch
Key Features:
Might want to take a look.