June 2017
Beginner to intermediate
404 pages
8h 22m
English
The boolean data type is used to represent boolean fields (true or false). Boolean mapping can be set as follows:
PUT chapter3/_mapping/boolean{ "properties": { "boolean_field": { "type": "boolean" } } }
Read now
Unlock full access