| 12345678910111213141516171819202122 |
- {
- "info": {
- "properties": {
- "id": {
- "type": "long"
- },
- "paperTypeName": {
- "type": "text",
- "analyzer": "index_ansj",
- "search_analyzer": "query_ansj",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "voidFlag": {
- "type": "long"
- }
- }
- }
- }
|