materialtype.json 327 B

123456789101112131415161718192021
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "materialTypeName": {
  8. "type": "text",
  9. "index": "not_analyzed",
  10. "fields": {
  11. "raw": {
  12. "type": "keyword"
  13. }
  14. }
  15. },
  16. "voidFlag": {
  17. "type": "long"
  18. }
  19. }
  20. }
  21. }