Difference between es.indices.create() and es.create()

I'm using the python client for elasticsearch. Is there any difference between the two methods: es.indices.create() and es.create()?

Another question is: Is es.create() initialization+indexing, while es.index only does indexing?

Any answer is much appreciated!

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