Python file indexing and searching

前端 未结 5 919
谎友^
谎友^ 2020-12-16 17:03

I have a large set off files (hdf) that I need to enable search for. For Java I would use Lucene for this, as it\'s a file and document indexing engine. I don\'t know what t

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 17:51

    I'd suggest Sphinx. It's very active, has much more features and seems faster than Lucene.

提交回复
热议问题