23 lines
441 B
JSON
23 lines
441 B
JSON
|
{
|
||
|
"types": {
|
||
|
"book": {
|
||
|
"properties": {
|
||
|
"body": {
|
||
|
"fields": [
|
||
|
{
|
||
|
"include_term_vectors": true,
|
||
|
"include_in_all": true,
|
||
|
"index": true,
|
||
|
"store": true,
|
||
|
"analyzer": "en",
|
||
|
"type": "text"
|
||
|
}
|
||
|
],
|
||
|
"dynamic": true,
|
||
|
"enabled": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"default_type": "book"
|
||
|
}
|