| 123456789101112131415161718192021222324252627282930313233 |
- {
- "info": {
- "properties": {
- "idData": {
- "type": "long"
- },
- "idUser": {
- "type": "long"
- },
- "userName": {
- "type": "text",
- "index": "not_analyzed",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "idCreateUser": {
- "type": "long"
- },
- "createUserName": {
- "type": "text",
- "index": "not_analyzed",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- }
- }
- }
- }
|