5.X 27

v5.0-12. Java API changes

Transport client has been movededitThe Java transport client has been moved to its own module which can be referenced using:Java transport client는 다음을 사용하여 참조할 수 있는 자체 module로 옮겨졌다. org.elasticsearch.client transport 5.0.0 The transport client is now created using the following snippet:이제 transport client는 다음 code를 이용하여 생성한다.TransportClient client = new PreBuiltTransportClient(Settings.EMPTY) .a..

v5.0-14. Plugin changes

The command bin/plugin has been renamed to bin/elasticsearch-plugin. The structure of the plugin ZIP archive has changed. All the plugin files must be contained in a top-level directory called elasticsearch. If you use the gradle build, this structure is automatically generated.bin/plugin command는 bin/elasticsearch-plugin 으로 이름이 변경되었다. plugin ZIP archive의 구조가 변경되었다. 모든 plugin 파일은 elasticsearch 라..