mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
expose content type in client
This commit is contained in:
parent
b0e1c58474
commit
5d743383c7
@ -89,9 +89,9 @@ class GClient {
|
||||
}
|
||||
}
|
||||
|
||||
static XContentType contentType = XContentType.XSON;
|
||||
public static XContentType contentType = XContentType.XSON;
|
||||
|
||||
static XContentType indexContentType = XContentType.JSON;
|
||||
public static XContentType indexContentType = XContentType.JSON;
|
||||
|
||||
final Client client;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user