Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人知道 clucene 的一些好的替代品作为 c++ 的搜索和索引框架,它有据可查且是最新的?
提前致谢!
你可以试试 Sphinx - http://sphinxsearch.com/。
Sphinx 是一个自由软件搜索引擎,设计时考虑到索引数据库内容。它目前支持 MySQL、PostgreSQL 和 ODBC 兼容的数据库作为本机数据源。其他数据源可以通过管道以自定义 XML 格式进行索引。它是根据 GNU 通用公共许可证第二版或专有许可证的条款分发的。
来源:http ://en.wikipedia.org/wiki/Sphinx_%28search_engine%29
这也可能对您有用: 全文搜索引擎的比较 - Lucene、Sphinx、Postgresql、MySQL?