| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "info": {
- "properties": {
- "appId": {
- "type": "text",
- "index": "not_analyzed"
- },
- "billKey": {
- "type": "text",
- "index": "not_analyzed"
- },
- "payDate": {
- "type": "text",
- "index": "not_analyzed"
- },
- "bankBillNo": {
- "type": "text",
- "index": "not_analyzed"
- },
- "payAmount": {
- "type": "text",
- "index": "not_analyzed"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|