| 123456789101112131415161718192021222324252627282930313233 |
- {
- "info": {
- "properties": {
- "id": {
- "type": "long",
- "index": "not_analyzed",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "idProduct": {
- "type": "long"
- },
- "sortNum": {
- "type": "long"
- },
- "idSkuCategory": {
- "type": "long"
- },
- "imageUrl": {
- "type": "text",
- "index": "not_analyzed",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- }
- }
- }
- }
|