{
- test_index:
{
- settings:
{
- index:
{
- creation_date: "1416836998944",
- warmer:
{
- enabled: "false"
},
- uuid: "R2eL4uvvQbGtLKAaDPrmaQ",
- number_of_replicas: "1",
- aggs:
{
- group_by_age:
{
- aggs:
{
- group_by_gender:
{
- aggs:
{
- average_balance:
{
- avg:
{
- field: "balance"
}
}
},
- terms:
{
- field: "gender",
- order:
{
- average_balance: "desc"
}
}
}
},
- range:
{
- field: "age",
- ranges:
[
-
{
- to: "29",
- from: "20"
},
-
{
- to: "39",
- from: "30"
},
-
{
- to: "49",
- from: "40"
}
]
}
}
},
- number_of_shards: "5",
- refresh_interval: "5s",
- version:
{
- created: "1040099"
},
- size: "0"
}
}
}
}I'm a little confused by "aggs" in my index settings, what does it mean? Is it related to index warmers, or index aliases..? Thank you. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/1c5dbc63-9d1a-434f-b0b9-0311b2efa21a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
