Guest User

Untitled

a guest
Dec 18th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. "type": "text",
  2.  
  3. "analyzer": "text_standard_analyzer",
  4.  
  5. "fields": {
  6.  
  7. "keyword": {
  8.  
  9. "type": "keyword",
  10.  
  11. "ignore_above": 256
  12.  
  13. }
  14.  
  15. }
  16.  
  17. }
  18.  
  19. "type": "text",
  20.  
  21. "analyzer": "text_standard_analyzer",
  22.  
  23. "fields": {
  24.  
  25. "keyword": {
  26.  
  27. "type": "keyword",
  28.  
  29. "ignore_above": 256
  30.  
  31. },
  32.  
  33. "type": "text",
  34.  
  35. "analyzer": "text_partialmatching_analyzer"
  36.  
  37. }
  38.  
  39. }
  40.  
  41. }
Add Comment
Please, Sign In to add comment