本文介绍了Python的全文搜索引擎的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我看了一下PyLucense,但我认为在Python中使用基于Java的库项目不好。据我所知,Sphinx没有Python API。



有什么想法?

解决方案 div>

你看过吗?它是纯Python。


I'm searching for a Python full text search engine.

I took a look at PyLucense, but I think that using a Java-based library in a Python project is not good. As I understand, Sphinx does not have a Python API.

Any ideas ?

解决方案

Have you looked at Whoosh? It's pure Python.

这篇关于Python的全文搜索引擎的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-29 11:10