Maybe a stupid question, I ask because I feel like there could be some concept about ES index that I'm not aware of (and maybe many others don't know either.). So it's worth to ask this question because it can be helpful to other users as well.
The question is - what is the difference between the two requests? to be specific, what does the slash stand for?
GET index_name_abc
GET /index_name_abc
Perhaps there is a concept like sub index in ES so that we can so request like below???
GET /index_A/index_sub_A/