How to get mapping meta data with java API

Hi,
How to get the meta data of mappings
(http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-meta.html)
using (transport) client Java API?

Thx
Sven

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/487d879e-952c-4242-94c2-2dc512209229%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Sven,

I think the following link can help you:
Managing ElasticSearch metadata | Sandbox for the Web stack.
See section "Custom metadata for types".

Hope it will help you...

Thierry

2015-01-06 16:13 GMT+01:00 Sven Jörns sj.at.soit@gmail.com:

Hi,
How to get the meta data of mappings (
Elasticsearch Platform — Find real-time answers at scale | Elastic)
using (transport) client Java API?

Thx
Sven

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/487d879e-952c-4242-94c2-2dc512209229%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/487d879e-952c-4242-94c2-2dc512209229%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
Best,
Thierry

Thierry Templier, Lead Architect
ttemplier@restlet.com

Restlet SAS, 6 rue Rose Dieng-Kuntz • 44300 Nantes • France

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAL73BC3gGwrWDOHNDuDZXxxCR0Sqpd9RVJA7q%3DFLxV%2Bjxcs-LQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Hello,

This is implemented and well documented here:

https://www.elastic.co/guide/en/elasticsearch/client/java-api/2.4/java-admin-indices.html

Tom, tech lead developer