Backend/elastic/ind.papers.json
2022-07-30 03:48:21 +03:00

27 lines
557 B
JSON

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