Elasticsearch java high level client does not allow custom schema creation

Is there any way to create a custom index schema using a java high level client?

You need to use the low level part for this for now. Here is how I'm doing that for now:

The create index API is not yet part of the HL Client. See

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.