简体   繁体   English

使用 python 进行弹性搜索

[英]ElasticSearch with python

How to use elasticsearch with python and which framework/software/text-editor to use to write python code for elasticsearch.如何在 python 中使用 elasticsearch 以及使用哪个框架/软件/文本编辑器为 elasticsearch 编写 python 代码。 I am a beginner so a bit confused.我是初学者所以有点困惑。 thank you in advance.先感谢您。

If you have python already running in your system,如果你的系统中已经运行了 python,

You can install elastic search in python using-您可以使用 - 在 python 中安装弹性搜索

pip install elasticsearch pip 安装弹性搜索

Regarding software or framework you can use any IDE that supports and runs python such as jetbrains PyCharm or an IPython notebook关于软件或框架,您可以使用任何支持和运行 Python 的 IDE,例如 jetbrains PyCharm 或 IPython notebook

Ps: If you're new I'd suggest you go through the documents here extensively- Ps:如果你是新手,我建议你仔细阅读这里的文档——

https://www.elastic.co/learn https://www.elastic.co/learn

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM