简体   繁体   English

从文件弹性搜索上载数据

[英]Uploading data in elastic search from file

I want to insert data into elastic search.I have file containing 250 documents How do I insert data efficiently? 我想将数据插入弹性搜索。我有包含250个文档的文件如何有效地插入数据? https://drive.google.com/open?id=1JRZj8myVu1UHJ3jxZzzb8LSKKMicY0Qi this is one of the file https://drive.google.com/open?id=1JRZj8myVu1UHJ3jxZzzb8LSKKMicY0Qi这是其中一个文件

There are several ways to do so, depending on the source file format. 有几种方法可以这样做,具体取决于源文件格式。 The Elasticsearch documentation is a really good starting point: Elasticsearch文档是一个非常好的起点:

Once you've read that (strongly recommend tou know the basics of the process), you can use the elasticsearch_loader tool: 一旦你读完了(强烈建议你知道这个过程的基础知识),你可以使用elasticsearch_loader工具:

elasticsearch_loader Tool elasticsearch_loader工具

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

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