| Package | Description |
|---|---|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.node | |
| org.elasticsearch.client.transport |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterClient
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeClient |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportClient
The transport client allows to create a client that is not part of the cluster, but simply connects to one
or more nodes directly by adding their respective addresses using
TransportClient.addTransportAddress(org.elasticsearch.common.transport.TransportAddress). |
Copyright © 2009–2017. All rights reserved.