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

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

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