Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. "mappings": {
  3. "doc": {
  4. "properties": {
  5. "text": { "type": "text" },
  6. "title": { "type": "text" },
  7. "fileUrl": { "type": "keyword" },
  8. "organizationId": { "type": "keyword" },
  9. "uploadDate": { "type": "date" },
  10. "publicationDate": { "type": "date" },
  11. "contentLength": { "type": "integer" },
  12. "contentType": { "type": "keyword" },
  13. "language": { "type": "keyword" },
  14. "cpcCodes": { "type": "keyword" }
  15. }
  16. }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement