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!