ditem.es 117 B

123456789
  1. PUT sch_ditem/_mapping
  2. {
  3. "properties": {
  4. "id": {
  5. "type": "text",
  6. "fielddata": true
  7. }
  8. }
  9. }