Skip to content

data processing in elasticsearch, including insert & delete with RESTful API provided by ES

Notifications You must be signed in to change notification settings

mingzhang96/esdata-hashid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

这是什么?

这个工程完成了向现有的ES集群中插入测试数据和删除测试数据的功能。其中Task类是线程任务的具体实现过程,Data类是调用线程的主程序类。

怎么用?

Data类下有类的说明和调用方法。

一些结论

  • 在插入数据的时候,为了加快速度,可以做如下设置:
    • index.number_of_replicas = 0;
    • index.refresh_interval = -1;

一些问题

About

data processing in elasticsearch, including insert & delete with RESTful API provided by ES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published