| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "info": {
- "properties": {
- "id": {
- "type": "long"
- },
- "idPaperBaseInfo": {
- "type": "long"
- },
- "paperBaseName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "idPaperBrand": {
- "type": "long"
- },
- "paperBrandName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "paperQuoteName": {
- "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"
- }
- }
- },
- "priceType": {
- "type": "integer"
- },
- "paperPrice": {
- "type": "double"
- },
- "voidFlag": {
- "type": "integer"
- },
- "paperType": {
- "type": "text",
- "analyzer": "index_ansj",
- "search_analyzer": "query_ansj",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "paperGram": {
- "type": "integer"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|