get elasticsearch schema via commandline tool -


i trying speed on elasticsearch implementation on project. how can see data on cluster? there commandline tool gives me information on schema?

to schema:

curl -xget 'http://loadtest-appserver1:9200/myindex/_mapping' 

see elasticsearch api doc


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -