Backend/elastic/ind.papers.json
2022-11-09 14:05:57 +03:00

27 lines
557 B
JSON
Executable File

{
"mappings": {
"properties": {
"id": {
"type": "keyword"
},
"title": {
"type": "text"
},
"authors": {
"type": "text"
},
"summary": {
"type": "text"
},
"tags": {
"type": "keyword"
},
"content": {
"type": "text"
},
"suggested": {
"type": "object"
}
}
}
}