Advertisement
Guest User

Untitled

a guest
Aug 5th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. "properties" : {
  2. "_content_type" : {
  3. "type" : "string"
  4. },
  5. "_name" : {
  6. "type" : "string"
  7. },
  8. "file" : {
  9. "type" : "attachment",
  10. "path" : "full",
  11. "fields" : {
  12. "file" : {
  13. "type" : "string",
  14. "term_vector" : "with_positions_offsets"
  15. },
  16. "author" : {
  17. "type" : "string"
  18. },
  19. "title" : {
  20. "type" : "string",
  21. "analyzer" : "english"
  22. },
  23. "name" : {
  24. "type" : "string"
  25. },
  26. "date" : {
  27. "type" : "date",
  28. "format" : "dateOptionalTime"
  29. },
  30. "keywords" : {
  31. "type" : "string",
  32. "analyzer" : "keyword",
  33. "store" : "yes"
  34. },
  35. "content_type" : {
  36. "type" : "string"
  37. }
  38. }
  39. },
  40. "summary_id" : {
  41. "type" : "string"
  42. },
  43. "title" : {
  44. "type" : "string",
  45. "analyzer" : "english"
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement