stockbillstepby.json 909 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idStockBill": {
  8. "type": "long"
  9. },
  10. "idWorkMan": {
  11. "type": "long"
  12. },
  13. "workMan": {
  14. "type": "text",
  15. "index": "not_analyzed",
  16. "fields": {
  17. "raw": {
  18. "type": "keyword"
  19. }
  20. }
  21. },
  22. "workTimeLong": {
  23. "type": "long"
  24. },
  25. "workMemo": {
  26. "type": "text",
  27. "analyzer": "index_ansj",
  28. "search_analyzer": "query_ansj"
  29. },
  30. "workExplain": {
  31. "type": "text",
  32. "analyzer": "index_ansj",
  33. "search_analyzer": "query_ansj"
  34. },
  35. "createBy": {
  36. "type": "long"
  37. },
  38. "createTimeLong": {
  39. "type": "long"
  40. },
  41. "updateBy": {
  42. "type": "long"
  43. },
  44. "updateTimeLong": {
  45. "type": "long"
  46. }
  47. }
  48. }
  49. }