测试桶数据

桶数据 users_with_orders

https://gitee.com/revinbian/codes/lifn9ewpa0r6dysjchqub92

数据片段

    {
      "users_with_orders": {
        "doc_type": "user_profile",
        "personal_details": {
          "age": 24,
          "display_name": "Aide Swank",
          "email": "Aide.Swank@snailmail.com",
          "first_name": "Aide",
          "last_name": "Swank",
          "state": "Oregon"
        },
        "profile_details": {
          "last_login_time": "Sun Feb 10 22:00:11 2013",
          "loyalty": {
            "friends_referred": [],
            "loyalty_score": 7.3004149775198215,
            "membership_type": "Gold",
            "redeemed_points": 630,
            "reward_points": 651
          },
          "password": "Aide63",
          "prefs": {
            "promotion_email": false,
            "ui_language": "English",
            "ui_theme": "Ocean"
          },
          "user_creation_time": "Mon Oct 31 22:00:11 2011",
          "user_id": "Aide_48687583"
        },
        "search_history": [
          {
            "category": "Films",
            "sub-category": [
              "Animation",
              "Drama",
              "Music & Musicals"
            ]
          },
          {
            "category": "Books",
            "sub-category": [
              "Humor",
              "Travel",
              "Home & Garden"
            ]
          }
        ],
        "shipped_order_history": [
          {
            "order_datetime": "Sat Jan  7 22:00:11 2012",
            "order_id": "T638751835595"
          },
          {
            "order_datetime": "Fri Jan 20 22:00:11 2012",
            "order_id": "T870351974549"
          },
          {
            "order_datetime": "Sun Feb 19 22:00:11 2012",
            "order_id": "T769348087819"
          },
          {
            "order_datetime": "Mon Oct 15 22:00:11 2012",
            "order_id": "T183428307793"
          },
          {
            "order_datetime": "Sun Aug  5 22:00:11 2012",
            "order_id": "T703068425987"
          }
        ]
      }
    },

桶数据 orders_with_users

https://gitee.com/revinbian/codes/qc89krg1byxj4znei6auv15

数据片段:

    {
      "orders_with_users": {
        "doc_type": "user_profile",
        "personal_details": {
          "age": 27,
          "display_name": "Amiee Benedict",
          "email": "Amiee.Benedict@snailmail.com",
          "first_name": "Amiee",
          "last_name": "Benedict",
          "state": "Delaware"
        },
        "profile_details": {
          "last_login_time": "Fri Jun 14 18:53:39 2013",
          "loyalty": {
            "friends_referred": [],
            "loyalty_score": 7.80647397913965,
            "membership_type": "Gold",
            "redeemed_points": 1680,
            "reward_points": 1659
          },
          "password": "Amiee64",
          "prefs": {
            "promotion_category": [
              "Books"
            ],
            "promotion_email": true,
            "ui_language": "English",
            "ui_theme": "Tree Tops"
          },
          "user_creation_time": "Fri Jul  1 18:53:39 2011",
          "user_id": "Amiee_7993471"
        },
        "search_history": [
          {
            "category": "Films",
            "sub-category": [
              "Classic Films",
              "Drama"
            ]
          },
          {
            "category": "Books",
            "sub-category": [
              "Religion",
              "NonFiction"
            ]
          }
        ],
        "shipped_order_history": [
          {
            "order_datetime": "Tue May 29 18:53:39 2012",
            "order_id": "T641254794533"
          },
          {
            "order_datetime": "Sun Jul 31 18:53:39 2011",
            "order_id": "T950266173752"
          },
          {
            "order_datetime": "Thu May 31 18:53:39 2012",
            "order_id": "T772851595562"
          },
          {
            "order_datetime": "Mon Aug  8 18:53:39 2011",
            "order_id": "T580741965822"
          }
        ]
      }
    },

Last updated

Was this helpful?