OpenSearchClient class
Updated at:
This topic describes the features and methods of the OpenSearchClient class.
Features
The OpenSearchClient class is used to build SearcherClient objects and create an OpenSearch client. To create an object of this class, call its parameterized constructor and pass an OpenSearch object.
Class security
The OpenSearchClient class is thread-safe.
Constructor
This constructor requires you to specify an OpenSearch object as a parameter.
OpenSearchClient(OpenSearch opensearch)Parameters
Parameter name | Type | Description |
opensearch | OpenSearch | The OpenSearch object. |
Is this page helpful?