Python file indexing and searching

前端 未结 5 910
谎友^
谎友^ 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:53

    Elastic search can be used to index documents and search by keywords
    Elasticsearch can be integrated with graph db and hadoop as well Some urls below:
    1) https://www.elastic.co/products/elasticsearch
    2) https://towardsdatascience.com/getting-started-with-elasticsearch-in-python-c3598e718380

提交回复
热议问题