{
  "_id" : ObjectId("56a7f861b8c96e06585e8195"),
  "name" : "Glen Grant-Glenlivet 20",
  "style_slug" : "single-cask",
  "description" : "Distilled in 1995 and bottled in October 2005.",
  "attributes": {
    "age" : 20,
    "cask_strength" : true,
  },
  *"words" : [ "glen", "grant", "glenlivet", "20", "cadenheads" ],*
}
  • _id: automatic unique key
  • name: unique key
  • style_slug: category lookups
  • attributes.age: on nested fields
  • words: on array values