simple in memory full text search solution

后端 未结 3 2007
一向
一向 2021-01-18 03:13

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

3条回答
  •  Happy的楠姐
    2021-01-18 03:25

    Drop in Apache Lucene, the more-or-less gold standard in full-text search. It is happy to operate in memory.

提交回复
热议问题