如何使用elastic4s和HttpClient压缩批量插入

时间:2018-03-13 18:03:35

标签: scala elasticsearch apache-httpclient-4.x elastic4s

我尝试将批量插入压缩到ElasticSearch中,但是我遇到了一些麻烦。

我不知道该怎么做。

有代码:

class MyComponent extends React.Component {
    constructor(props) {
        // First pass the props to super (base class constructor)
        super(props);

        // Now create your state with the props
        this.state = {
            myVar = props.var
        }
    }
}

感谢您的帮助

0 个答案:

没有答案