Re: How to get mappings using the Java API with ElasticSearch 0.90.10 and 1.0.0 RC1

2014-01-30 Thread Thierry Templier

Thanks very much, Luca and Roy for your answers!
Thierry
True, although this relates to the REST api but not to the Java API, 
for which the GetMappingsRequest stays the same. As I said, we 
introduced the get field mapping api and related GetFieldMappingsRequest.



On Tue, Jan 28, 2014 at 3:13 PM, Roy Russo royru...@gmail.com 
mailto:royru...@gmail.com wrote:


Just a side note that the API response format changed in 1.0.0RC1.

http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/_indices_apis.html



--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/52EA255C.6010500%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to get mappings using the Java API with ElasticSearch 0.90.10 and 1.0.0 RC1

2014-01-28 Thread Luca Cavanna
Hi Thierry,
the get field mapping 
apihttp://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-get-field-mapping.htmlwas
 recently added to retrieve mappings for specific fields. If you need to 
read the whole mapping I would still use the get mapping api, while I would 
use the get field mapping if you only need to get the mapping for a few 
fields. 

On Tuesday, January 28, 2014 9:15:57 AM UTC+1, Thierry Templier wrote:

 Hello,

 I wonder what is the best way to get the mappings for an index using the 
 ElasticSearch Java API with
 version 0.90.10. I saw that there is only a GetFieldMappingsRequest class 
 for this version whereas
 a class GetMappingsRequest is now present in 1.0RC1.

 Thanks very much for your answer and your help!
 Thierry 


-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/2a209b00-76ac-4db3-92b8-ba3df0443753%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to get mappings using the Java API with ElasticSearch 0.90.10 and 1.0.0 RC1

2014-01-28 Thread Roy Russo
Just a side note that the API response format changed in 
1.0.0RC1. 
http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/_indices_apis.html


On Tuesday, January 28, 2014 3:15:57 AM UTC-5, Thierry Templier wrote:

 Hello,

 I wonder what is the best way to get the mappings for an index using the 
 ElasticSearch Java API with
 version 0.90.10. I saw that there is only a GetFieldMappingsRequest class 
 for this version whereas
 a class GetMappingsRequest is now present in 1.0RC1.

 Thanks very much for your answer and your help!
 Thierry 


-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/568456a2-c76b-43ef-ac0a-76b1bd4faffd%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.