How to search for text fragments in a database

后端 未结 10 1267
旧时难觅i
旧时难觅i 2021-02-06 10:51

Are there any open source or commercial tools available that allow for text fragment indexing of database contents and can be queried from Java?

Background of the questi

10条回答
  •  温柔的废话
    2021-02-06 11:44

    I'm pretty sure Mysql offers a fulltext option, and it's probably also possible to use Lucene.

    See here for related comments

    Best efficient way to make a fulltext search in MySQL

提交回复
热议问题