Object
Edit pageObject of Mixed Types
Section titled “Object of Mixed Types”Index Mixed Objects
Section titled “Index Mixed Objects”PUT /test/mixed_objects/doc
{ "types": { "type": "human", "legs": 2, "arms": 2, }}Get Mixed Objects
Section titled “Get Mixed Objects”GET /test/mixed_objects/Info Mixed Objects
Section titled “Info Mixed Objects”INFO /test/mixed_objects/docValue With Nested Object
Section titled “Value With Nested Object”Index value with nested object
Section titled “Index value with nested object”PUT /test/value_object_nested/doc
{ "types": { "_value": { "type": "human", "legs": 2, "arms": 2, "name": { "first": "John", "last": "Doe" } } }}Get value with nested object
Section titled “Get value with nested object”GET /test/value_object_nested/Simple Object
Section titled “Simple Object”Index Object
Section titled “Index Object”PUT /test/object/doc
{ "name": { "_value": { "first": "John", "middle": "R", "last": "Doe" } }}Get Object
Section titled “Get Object”GET /test/object/._schema.nameInfo Object
Section titled “Info Object”INFO /test/object/doc.terms.nameNested Object
Section titled “Nested Object”Index Nested Object
Section titled “Index Nested Object”PUT /test/nested_object/doc
{ "name": { "_value": { "first": "John", "middle": "R", "last": "Doe" } }}Get Nested Object
Section titled “Get Nested Object”GET /test/nested_object/._schema.nameInfo Nested Object
Section titled “Info Nested Object”INFO /test/nested_object/doc.terms.nameComplex Object
Section titled “Complex Object”Index Complex Object
Section titled “Index Complex Object”PUT /test/complex_object/doc
{ "accountNumber": 121931, "balance": 221.46, "employer": "Globoil", "name": { "firstName": "Michael", "lastName": "Lee" }, "age": 24, "gender": "male", "contact": { "address": "630 Victor Road", "city": "Leyner", "state": "Indiana", "postcode": "61952", "phone": "+1 (924) 594-3216", "email": "michael.lee@globoil.co.uk" }, "checkin": { "_point": { "_longitude": -95.63079, "_latitude": 31.76212 } }, "favoriteFruit": "lemon", "eyeColor": "blue", "style": { "_namespace": true, "clothing": { "pants": "khakis", "shirt": "t-shirt" }, "hairstyle": "slick back" }, "personality": { "_language": "en", "_value": "A lot can be assumed when you first see Michael Lee, but at the very least you will find out he is elegant and heroic. Of course he is also loyal, passionate and clever, but in a way they are lesser traits and tained by behaviors of being prejudiced as well. His elegance though, this is what he is kind of cherished for. Friends frequently count on this and his excitement in times of need. All in all, Michael has a range of flaws to deal with too. His disruptive nature and insulting nature risk ruining pleasant moods and reach all around. Fortunately his heroic nature helps lighten the blows and moods when needed.", "_type": "text" }}Get Complex Object
Section titled “Get Complex Object”GET /test/complex_object/._schemaInfo Complex Object
Section titled “Info Complex Object”INFO /test/complex_object/doc