| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "info": {
- "properties": {
- "id": {
- "type": "long"
- },
- "idPaperType": {
- "type": "long"
- },
- "paperName": {
- "type": "text",
- "analyzer": "index_ansj",
- "search_analyzer": "query_ansj",
- "fields": {
- "raw": {
- "type": "keyword"
- },
- "number": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "number_analyzer"
- },
- "letter": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "letter_analyzer"
- }
- }
- },
- "paperCode": {
- "type": "keyword",
- "index": "not_analyzed"
- },
- "mtModel": {
- "type": "text",
- "index": "not_analyzed",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "mtRule": {
- "type": "keyword",
- "index": "not_analyzed",
- "fields": {
- "number": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "number_analyzer"
- }
- }
- },
- "mtSuttle": {
- "type": "double",
- "index": "not_analyzed"
- },
- "barCode": {
- "type": "keyword",
- "index": "not_analyzed"
- },
- "remark": {
- "type": "text",
- "index": "not_analyzed"
- },
- "voidFlag": {
- "type": "long"
- },
- "priceType": {
- "type": "long"
- }
- }
- }
- }
|