Thanks David, Yet it is mapping. I started from a clean installation. the 
json does comeback

On Saturday, April 26, 2014 9:11:48 AM UTC-7, David Pilato wrote:
>
> Can you get your mapping?
> May be you disabled _source field?
>
> --
> David ;-)
> Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
>
> Le 26 avr. 2014 à 17:53, Jinyuan Zhou <[email protected] <javascript:>> 
> a écrit :
>
> I am following the definitive guide. I added this docume by issue this in 
> sense
> PUT /megacorp/employee/1
> {
>     "first_name" : "John",
>     "last_name" :  "Smith",
>     "age" :        25,
>     "about" :      "I love to go rock climbing",
>     "interests": [ "sports", "music" ]
> }
>
> when I try to retrieve the docoment
> by doing this 
>
> GET /megacorp/employee/1
>
> But I didn't get original json back. It get some description of the stored 
> document like this. 
> {
>    "_index": "megacorp",
>    "_type": "employee",
>    "_id": "1",
>    "_version": 2,
>    "found": true
> }.
>
> I did this on command line using cur. Same result come back.
>
> What do I missing? Thanks,
>
> -- 
> 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 [email protected] <javascript:>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/elasticsearch/73171fd0-dc65-4c3d-9493-5e6b9f62a6ba%40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/73171fd0-dc65-4c3d-9493-5e6b9f62a6ba%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/6f5acc67-8357-4aa4-993a-6bfe1bd1a864%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to