pastebinner/lib/mappings.json

13 lines
205 B
JSON
Raw Normal View History

{
"mappings": {
"_doc": {
"properties": {
"paste_metadata": {
"type": "nested"
},
"paste_text": { "type": "text" }
}
}
}
}