简体   繁体   English

用于clucene的搜索和索引的C ++框架

[英]C++ framework for search and indexing like clucene

does anyone know some good alternatives for clucene as a search and indexing framework for c++ which is well documented and up to date? 有谁知道clucene作为c ++的搜索和索引框架的良好替代方法,该文献已被充分证明并且是最新的?

Thanks in advance! 提前致谢!

You could try Sphinx - http://sphinxsearch.com/ . 您可以尝试Sphinx- http://sphinxsearch.com/

Sphinx is a free software search engine designed with indexing database content in mind. Sphinx是一个免费软件搜索引擎,旨在将数据库内容编入索引。 It currently supports MySQL, PostgreSQL, and ODBC-compliant databases as data sources natively. 它当前支持MySQL,PostgreSQL和ODBC兼容数据库作为本地数据源。 Other data sources can be indexed via pipe in a custom XML format. 其他数据源可以通过管道以自定义XML格式建立索引。 It is distributed under the terms of the GNU General Public License version two or a proprietary license. 它根据GNU通用公共许可证第二版或专有许可证的条款进行分发。

src: http://en.wikipedia.org/wiki/Sphinx_%28search_engine%29 src: http//en.wikipedia.org/wiki/Sphinx_%28search_engine%29

This also could be useful for you: Comparison of full text search engine - Lucene, Sphinx, Postgresql, MySQL? 这也可能对您有用: 全文搜索引擎的比较-Lucene,Sphinx,Postgresql,MySQL?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM