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?
从早上开始,我就陷入了以下问题。在一个地方同样的事情正在工作,第二个地方它不工作是不显示错误。我检查了这个问题被问了很多次,我参考了所有的问题和解决方案,但问题仍然是一样的。按照我在控制器中使用的代码。
@RequestMapping(method = RequestMethod.POST) public String findRide(@Mo