blob: 8bbc15e0e0405ca2f75c8631ce292ff87dd3e935 [file] [log] [blame]
{
"car": {
"properties": {
"manufacturer": {
"type": "text",
"index": "false"
},
"model": {
"type": "text",
"index": "true"
},
"description": {
"type": "text"
}
}
}
}