Guest User

Untitled

a guest
Feb 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. some_field
  2.  
  3. some_field.keyword
  4.  
  5. {
  6. "some_field": "string value"
  7. }
  8.  
  9. {
  10. "some_field": {
  11. "type" "text",
  12. "fields": {
  13. "keyword": {
  14. "type": "keyword",
  15. "ignore_above": 256
  16. }
  17. }
  18. }
  19. }
Add Comment
Please, Sign In to add comment