Is there a pure Python Lucene?

后端 未结 8 1054
我在风中等你
我在风中等你 2021-01-30 16:51

The ruby folks have Ferret. Someone know of any similar initiative for Python? We\'re using PyLucene at current, but I\'d like to investigate moving to pure Python searching.

8条回答
  •  青春惊慌失措
    2021-01-30 17:03

    I recently found pyndexter. It provides abstract interface to various different backend full-text search engines/indexers. And it ships with a default pure-python implementation.

    These things can be disastrously slow though in Python.

提交回复
热议问题