Livraison Express 24h Livraison Express 24h : Commandez avant 17h, soyez livré demain !   Voir la sélection >

Raccord plastique

Affiner la sélection (0)

Marques

Offres

Prix (€)

  • MIN :

    MAX :

Diamètre mm

Filetage

Matière

Debug

es raw query

{
    "_source": [
        "_id",
        "catalog_code"
    ],
    "aggregations": {
        "brand": {
            "terms": {
                "field": "brand.untouched",
                "size": 1000
            }
        },
        "categories": {
            "terms": {
                "field": "categories_parents_catalog_codes",
                "size": 1000
            }
        },
        "continuum_price": {
            "range": {
                "field": "lowest_public_price_with_vat",
                "keyed": true,
                "ranges": [
                    {
                        "gte": 0
                    }
                ]
            }
        },
        "continuum_price_stats": {
            "aggs": {
                "continuum_price_stats": {
                    "stats": {
                        "field": "lowest_public_price_with_vat"
                    }
                }
            },
            "filter": {
                "match_all": {}
            }
        },
        "continuum_price_stats_filtered": {
            "aggs": {
                "continuum_price_stats": {
                    "stats": {
                        "field": "lowest_public_price_with_vat"
                    }
                }
            },
            "filter": {
                "match_all": {}
            }
        },
        "continuum_price_stats_with_include_self_filter": {
            "aggs": {
                "continuum_price_stats": {
                    "stats": {
                        "field": "lowest_public_price_with_vat"
                    }
                }
            },
            "filter": {
                "match_all": {}
            }
        },
        "delivery24h": {
            "terms": {
                "field": "is_delivery_24h",
                "size": 1000
            }
        },
        "diametre": {
            "aggs": {
                "diametre_nested": {
                    "aggs": {
                        "diametre_nested_filtered": {
                            "aggs": {
                                "diametre_reverse_nested": {
                                    "aggs": {
                                        "diametre_reverse_nested_parent_filter": {
                                            "filter": {
                                                "match_all": {}
                                            }
                                        }
                                    },
                                    "reverse_nested": {}
                                },
                                "diametre_unit": {
                                    "terms": {
                                        "field": "articles.characteristics.unit.untouched",
                                        "size": 1
                                    }
                                }
                            },
                            "terms": {
                                "field": "articles.characteristics.value.untouched",
                                "size": 1000
                            }
                        }
                    },
                    "filter": {
                        "term": {
                            "articles.characteristics.name.untouched": "Diam\u00e8tre"
                        }
                    }
                }
            },
            "nested": {
                "path": "articles.characteristics"
            }
        },
        "filetage": {
            "aggs": {
                "filetage_nested": {
                    "aggs": {
                        "filetage_nested_filtered": {
                            "aggs": {
                                "filetage_reverse_nested": {
                                    "aggs": {
                                        "filetage_reverse_nested_parent_filter": {
                                            "filter": {
                                                "match_all": {}
                                            }
                                        }
                                    },
                                    "reverse_nested": {}
                                },
                                "filetage_unit": {
                                    "terms": {
                                        "field": "articles.characteristics.unit.untouched",
                                        "size": 1
                                    }
                                }
                            },
                            "terms": {
                                "field": "articles.characteristics.value.untouched",
                                "size": 1000
                            }
                        }
                    },
                    "filter": {
                        "term": {
                            "articles.characteristics.name.untouched": "Filetage"
                        }
                    }
                }
            },
            "nested": {
                "path": "articles.characteristics"
            }
        },
        "matiere": {
            "aggs": {
                "matiere_nested": {
                    "aggs": {
                        "matiere_nested_filtered": {
                            "aggs": {
                                "matiere_reverse_nested": {
                                    "aggs": {
                                        "matiere_reverse_nested_parent_filter": {
                                            "filter": {
                                                "match_all": {}
                                            }
                                        }
                                    },
                                    "reverse_nested": {}
                                },
                                "matiere_unit": {
                                    "terms": {
                                        "field": "articles.characteristics.unit.untouched",
                                        "size": 1
                                    }
                                }
                            },
                            "terms": {
                                "field": "articles.characteristics.value.untouched",
                                "size": 1000
                            }
                        }
                    },
                    "filter": {
                        "term": {
                            "articles.characteristics.name.untouched": "Mati\u00e8re"
                        }
                    }
                }
            },
            "nested": {
                "path": "articles.characteristics"
            }
        },
        "offers": {
            "terms": {
                "field": "offers.untouched",
                "size": 1000
            }
        }
    },
    "from": 0,
    "query": {
        "function_score": {
            "functions": [
                {
                    "field_value_factor": {
                        "factor": 2,
                        "field": "availability",
                        "modifier": "square"
                    }
                },
                {
                    "gauss": {
                        "first_published_at": {
                            "decay": 0.5,
                            "offset": "30d",
                            "scale": "90d"
                        }
                    }
                },
                {
                    "field_value_factor": {
                        "factor": 1,
                        "field": "availability"
                    },
                    "filter": {
                        "term": {
                            "discount": 1
                        }
                    }
                },
                {
                    "field_value_factor": {
                        "factor": 1,
                        "field": "sales_stat.ct_last_month",
                        "modifier": "log1p"
                    }
                },
                {
                    "field_value_factor": {
                        "factor": 0.75,
                        "field": "sales_stat.ct_last_three_months",
                        "modifier": "log1p"
                    }
                },
                {
                    "field_value_factor": {
                        "factor": 0.5,
                        "field": "sales_stat.ct_last_year",
                        "modifier": "log1p"
                    }
                },
                {
                    "field_value_factor": {
                        "factor": 0.3,
                        "field": "comments_stat.ct",
                        "modifier": "log1p"
                    }
                },
                {
                    "field_value_factor": {
                        "factor": 0.1,
                        "field": "comments_stat.avg_note",
                        "modifier": "log1p"
                    }
                }
            ],
            "query": {
                "bool": {
                    "filter": [
                        {
                            "term": {
                                "categories_parents_catalog_codes": "64ecbb2490dcb052301521"
                            }
                        }
                    ],
                    "must": {
                        "match_all": {}
                    }
                }
            },
            "score_mode": "sum"
        }
    },
    "size": 40
}

es raw result

{
    "_shards": {
        "failed": 0,
        "skipped": 0,
        "successful": 5,
        "total": 5
    },
    "aggregations": {
        "brand": {
            "buckets": [
                {
                    "doc_count": 147,
                    "key": "John Guest"
                }
            ],
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0
        },
        "categories": {
            "buckets": [
                {
                    "doc_count": 148,
                    "key": "4bf0f9846eff4789923536"
                },
                {
                    "doc_count": 148,
                    "key": "508e9475abc79409512645"
                },
                {
                    "doc_count": 148,
                    "key": "64ecbb2490dcb052301521"
                },
                {
                    "doc_count": 148,
                    "key": "root"
                },
                {
                    "doc_count": 107,
                    "key": "517a75423b984098405701"
                },
                {
                    "doc_count": 107,
                    "key": "65522afc9e043406665926"
                },
                {
                    "doc_count": 106,
                    "key": "593006ca7f042279353595"
                },
                {
                    "doc_count": 106,
                    "key": "655228ecca719036373240"
                },
                {
                    "doc_count": 30,
                    "key": "5930071c5a06e095054035"
                },
                {
                    "doc_count": 30,
                    "key": "6552312f80319351660522"
                },
                {
                    "doc_count": 7,
                    "key": "51e56cba8138c485292945"
                },
                {
                    "doc_count": 4,
                    "key": "59ea0d3171fb7145315812"
                }
            ],
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0
        },
        "continuum_price": {
            "buckets": {
                "*-*": {
                    "doc_count": 144
                }
            }
        },
        "continuum_price_stats": {
            "continuum_price_stats": {
                "avg": 17.203166666666664,
                "count": 144,
                "max": 239.904,
                "min": 1.104,
                "sum": 2477.256
            },
            "doc_count": 148
        },
        "continuum_price_stats_filtered": {
            "continuum_price_stats": {
                "avg": 17.203166666666664,
                "count": 144,
                "max": 239.904,
                "min": 1.104,
                "sum": 2477.256
            },
            "doc_count": 148
        },
        "continuum_price_stats_with_include_self_filter": {
            "continuum_price_stats": {
                "avg": 17.203166666666664,
                "count": 144,
                "max": 239.904,
                "min": 1.104,
                "sum": 2477.256
            },
            "doc_count": 148
        },
        "delivery24h": {
            "buckets": [
                {
                    "doc_count": 148,
                    "key": 0
                }
            ],
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0
        },
        "diametre": {
            "diametre_nested": {
                "diametre_nested_filtered": {
                    "buckets": [
                        {
                            "diametre_reverse_nested": {
                                "diametre_reverse_nested_parent_filter": {
                                    "doc_count": 18
                                },
                                "doc_count": 18
                            },
                            "diametre_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 18,
                                        "key": "mm"
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            },
                            "doc_count": 18,
                            "key": "15"
                        },
                        {
                            "diametre_reverse_nested": {
                                "diametre_reverse_nested_parent_filter": {
                                    "doc_count": 17
                                },
                                "doc_count": 17
                            },
                            "diametre_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 17,
                                        "key": "mm"
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            },
                            "doc_count": 17,
                            "key": "22"
                        },
                        {
                            "diametre_reverse_nested": {
                                "diametre_reverse_nested_parent_filter": {
                                    "doc_count": 6
                                },
                                "doc_count": 6
                            },
                            "diametre_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 6,
                                        "key": "mm"
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            },
                            "doc_count": 6,
                            "key": "10"
                        },
                        {
                            "diametre_reverse_nested": {
                                "diametre_reverse_nested_parent_filter": {
                                    "doc_count": 6
                                },
                                "doc_count": 6
                            },
                            "diametre_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 6,
                                        "key": "mm"
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            },
                            "doc_count": 6,
                            "key": "20"
                        },
                        {
                            "diametre_reverse_nested": {
                                "diametre_reverse_nested_parent_filter": {
                                    "doc_count": 6
                                },
                                "doc_count": 6
                            },
                            "diametre_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 6,
                                        "key": "mm"
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            },
                            "doc_count": 6,
                            "key": "28"
                        },
                        {
                            "diametre_reverse_nested": {
                                "diametre_reverse_nested_parent_filter": {
                                    "doc_count": 5
                                },
                                "doc_count": 5
                            },
                            "diametre_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 5,
                                        "key": "mm"
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            },
                            "doc_count": 5,
                            "key": "16"
                        },
                        {
                            "diametre_reverse_nested": {
                                "diametre_reverse_nested_parent_filter": {
                                    "doc_count": 4
                                },
                                "doc_count": 4
                            },
                            "diametre_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 4,
                                        "key": "mm"
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            },
                            "doc_count": 4,
                            "key": "12"
                        }
                    ],
                    "doc_count_error_upper_bound": 0,
                    "sum_other_doc_count": 0
                },
                "doc_count": 62
            },
            "doc_count": 928
        },
        "filetage": {
            "doc_count": 928,
            "filetage_nested": {
                "doc_count": 16,
                "filetage_nested_filtered": {
                    "buckets": [
                        {
                            "doc_count": 9,
                            "filetage_reverse_nested": {
                                "doc_count": 9,
                                "filetage_reverse_nested_parent_filter": {
                                    "doc_count": 9
                                }
                            },
                            "filetage_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 9,
                                        "key": ""
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            },
                            "key": "15x21"
                        },
                        {
                            "doc_count": 6,
                            "filetage_reverse_nested": {
                                "doc_count": 6,
                                "filetage_reverse_nested_parent_filter": {
                                    "doc_count": 6
                                }
                            },
                            "filetage_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 6,
                                        "key": ""
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            },
                            "key": "20x27"
                        },
                        {
                            "doc_count": 1,
                            "filetage_reverse_nested": {
                                "doc_count": 1,
                                "filetage_reverse_nested_parent_filter": {
                                    "doc_count": 1
                                }
                            },
                            "filetage_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 1,
                                        "key": ""
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            },
                            "key": "20x27 (3/4\")"
                        }
                    ],
                    "doc_count_error_upper_bound": 0,
                    "sum_other_doc_count": 0
                }
            }
        },
        "matiere": {
            "doc_count": 928,
            "matiere_nested": {
                "doc_count": 85,
                "matiere_nested_filtered": {
                    "buckets": [
                        {
                            "doc_count": 52,
                            "key": "Plastique",
                            "matiere_reverse_nested": {
                                "doc_count": 50,
                                "matiere_reverse_nested_parent_filter": {
                                    "doc_count": 50
                                }
                            },
                            "matiere_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 52,
                                        "key": ""
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            }
                        },
                        {
                            "doc_count": 33,
                            "key": "PE(Poly\u00e9thyl\u00e8ne)",
                            "matiere_reverse_nested": {
                                "doc_count": 30,
                                "matiere_reverse_nested_parent_filter": {
                                    "doc_count": 30
                                }
                            },
                            "matiere_unit": {
                                "buckets": [
                                    {
                                        "doc_count": 33,
                                        "key": ""
                                    }
                                ],
                                "doc_count_error_upper_bound": 0,
                                "sum_other_doc_count": 0
                            }
                        }
                    ],
                    "doc_count_error_upper_bound": 0,
                    "sum_other_doc_count": 0
                }
            }
        },
        "offers": {
            "buckets": [
                {
                    "doc_count": 2,
                    "key": "Bons plans"
                }
            ],
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0
        }
    },
    "hits": {
        "hits": [
            {
                "_id": "p-111312",
                "_index": "catalog_2025_01",
                "_score": 20.999556,
                "_source": {
                    "catalog_code": "JGPEM0415W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111248",
                "_index": "catalog_2025_01",
                "_score": 20.5402,
                "_source": {
                    "catalog_code": "JGPEM0315W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111279",
                "_index": "catalog_2025_01",
                "_score": 20.443106,
                "_source": {
                    "catalog_code": "JGPEM0215W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111323",
                "_index": "catalog_2025_01",
                "_score": 19.79665,
                "_source": {
                    "catalog_code": "JGPEMSTC1514"
                },
                "_type": "product"
            },
            {
                "_id": "p-111224",
                "_index": "catalog_2025_01",
                "_score": 19.297543,
                "_source": {
                    "catalog_code": "JGPSE4615W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111236",
                "_index": "catalog_2025_01",
                "_score": 18.646158,
                "_source": {
                    "catalog_code": "JGPEMBTC1514"
                },
                "_type": "product"
            },
            {
                "_id": "p-118538",
                "_index": "catalog_2025_01",
                "_score": 18.272306,
                "_source": {
                    "catalog_code": "id_JGPSE3201W"
                },
                "_type": "product"
            },
            {
                "_id": "p-118241",
                "_index": "catalog_2025_01",
                "_score": 18.056906,
                "_source": {
                    "catalog_code": "id_JG15BPEX3LPiece"
                },
                "_type": "product"
            },
            {
                "_id": "p-111253",
                "_index": "catalog_2025_01",
                "_score": 18.04591,
                "_source": {
                    "catalog_code": "JGPEM0316W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111309",
                "_index": "catalog_2025_01",
                "_score": 18.013365,
                "_source": {
                    "catalog_code": "JGPEM0416W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111278",
                "_index": "catalog_2025_01",
                "_score": 17.894178,
                "_source": {
                    "catalog_code": "JGPEM0212W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111305",
                "_index": "catalog_2025_01",
                "_score": 17.606113,
                "_source": {
                    "catalog_code": "JGPSE3203W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111267",
                "_index": "catalog_2025_01",
                "_score": 17.466125,
                "_source": {
                    "catalog_code": "JGCM2312W"
                },
                "_type": "product"
            },
            {
                "_id": "p-118240",
                "_index": "catalog_2025_01",
                "_score": 17.466125,
                "_source": {
                    "catalog_code": "id_15BPEX50C"
                },
                "_type": "product"
            },
            {
                "_id": "p-118242",
                "_index": "catalog_2025_01",
                "_score": 17.375664,
                "_source": {
                    "catalog_code": "id_JG15STV2Piece"
                },
                "_type": "product"
            },
            {
                "_id": "p-111249",
                "_index": "catalog_2025_01",
                "_score": 17.30103,
                "_source": {
                    "catalog_code": "JGPEM0322W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111252",
                "_index": "catalog_2025_01",
                "_score": 17.273,
                "_source": {
                    "catalog_code": "JGPEM0312W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111259",
                "_index": "catalog_2025_01",
                "_score": 17.255272,
                "_source": {
                    "catalog_code": "JGSTS16"
                },
                "_type": "product"
            },
            {
                "_id": "p-111319",
                "_index": "catalog_2025_01",
                "_score": 17.243038,
                "_source": {
                    "catalog_code": "JGPEMSTC1516FS"
                },
                "_type": "product"
            },
            {
                "_id": "p-111316",
                "_index": "catalog_2025_01",
                "_score": 17.176092,
                "_source": {
                    "catalog_code": "JGPEMSTC1614"
                },
                "_type": "product"
            },
            {
                "_id": "p-111324",
                "_index": "catalog_2025_01",
                "_score": 17.176092,
                "_source": {
                    "catalog_code": "JGPEMSTC1516"
                },
                "_type": "product"
            },
            {
                "_id": "p-111320",
                "_index": "catalog_2025_01",
                "_score": 17.165096,
                "_source": {
                    "catalog_code": "JGPEMSTC2216FS"
                },
                "_type": "product"
            },
            {
                "_id": "p-119996",
                "_index": "catalog_2025_01",
                "_score": 17.146128,
                "_source": {
                    "catalog_code": "id_JGPPMSV040808W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111311",
                "_index": "catalog_2025_01",
                "_score": 17.113943,
                "_source": {
                    "catalog_code": "JGPEM0422W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111325",
                "_index": "catalog_2025_01",
                "_score": 17.09691,
                "_source": {
                    "catalog_code": "JGPEMSTC2216"
                },
                "_type": "product"
            },
            {
                "_id": "p-111308",
                "_index": "catalog_2025_01",
                "_score": 17.09691,
                "_source": {
                    "catalog_code": "JGPEM0412W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111318",
                "_index": "catalog_2025_01",
                "_score": 17.079182,
                "_source": {
                    "catalog_code": "JGPEMSTC2016"
                },
                "_type": "product"
            },
            {
                "_id": "p-119992",
                "_index": "catalog_2025_01",
                "_score": 17.021189,
                "_source": {
                    "catalog_code": "id_JGCI320816FS"
                },
                "_type": "product"
            },
            {
                "_id": "p-112498",
                "_index": "catalog_2025_01",
                "_score": 17.0,
                "_source": {
                    "catalog_code": "id_20BPEX3L"
                },
                "_type": "product"
            },
            {
                "_id": "p-111281",
                "_index": "catalog_2025_01",
                "_score": 16.989004,
                "_source": {
                    "catalog_code": "JGPEM0220W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111289",
                "_index": "catalog_2025_01",
                "_score": 16.909822,
                "_source": {
                    "catalog_code": "JGPEM3020AW"
                },
                "_type": "product"
            },
            {
                "_id": "p-111315",
                "_index": "catalog_2025_01",
                "_score": 16.845098,
                "_source": {
                    "catalog_code": "JGPEM202215W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111280",
                "_index": "catalog_2025_01",
                "_score": 16.845098,
                "_source": {
                    "catalog_code": "JGPEM0216W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111257",
                "_index": "catalog_2025_01",
                "_score": 16.845098,
                "_source": {
                    "catalog_code": "JGSFM512210E"
                },
                "_type": "product"
            },
            {
                "_id": "p-111232",
                "_index": "catalog_2025_01",
                "_score": 16.72016,
                "_source": {
                    "catalog_code": "JGCM0715S"
                },
                "_type": "product"
            },
            {
                "_id": "p-111231",
                "_index": "catalog_2025_01",
                "_score": 16.72016,
                "_source": {
                    "catalog_code": "JGNC473"
                },
                "_type": "product"
            },
            {
                "_id": "p-111277",
                "_index": "catalog_2025_01",
                "_score": 16.72016,
                "_source": {
                    "catalog_code": "JGPEM0210W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111219",
                "_index": "catalog_2025_01",
                "_score": 16.72016,
                "_source": {
                    "catalog_code": "JGPL15"
                },
                "_type": "product"
            },
            {
                "_id": "p-111282",
                "_index": "catalog_2025_01",
                "_score": 16.72016,
                "_source": {
                    "catalog_code": "JGPEM0222W"
                },
                "_type": "product"
            },
            {
                "_id": "p-111317",
                "_index": "catalog_2025_01",
                "_score": 16.69897,
                "_source": {
                    "catalog_code": "JGPEMSTC1514FS"
                },
                "_type": "product"
            }
        ],
        "max_score": 20.999556,
        "total": 148
    },
    "timed_out": false,
    "took": 2
}

flattened ui facets

[
    {
        "buckets": [
            {
                "doc_count": 9,
                "key": "15x21"
            },
            {
                "doc_count": 6,
                "key": "20x27"
            },
            {
                "doc_count": 1,
                "key": "20x27 (3/4\")"
            }
        ],
        "name": "filetage",
        "unit": null
    },
    {
        "buckets": [
            {
                "continuum_price_stats": {
                    "avg": 17.203166666666664,
                    "count": 144,
                    "max": 239.904,
                    "min": 1.104,
                    "sum": 2477.256
                },
                "doc_count": 148
            }
        ],
        "name": "continuum_price_stats_with_include_self_filter",
        "unit": null
    },
    {
        "buckets": [
            {
                "doc_count": 2,
                "key": "Bons plans"
            }
        ],
        "name": "offers",
        "unit": null
    },
    {
        "buckets": [
            {
                "doc_count": 148,
                "key": 0
            }
        ],
        "name": "delivery24h",
        "unit": null
    },
    {
        "buckets": [
            {
                "continuum_price_stats": {
                    "avg": 17.203166666666664,
                    "count": 144,
                    "max": 239.904,
                    "min": 1.104,
                    "sum": 2477.256
                },
                "doc_count": 148
            }
        ],
        "name": "continuum_price_stats_filtered",
        "unit": null
    },
    {
        "buckets": [
            {
                "doc_count": 18,
                "key": "15"
            },
            {
                "doc_count": 17,
                "key": "22"
            },
            {
                "doc_count": 6,
                "key": "10"
            },
            {
                "doc_count": 6,
                "key": "20"
            },
            {
                "doc_count": 6,
                "key": "28"
            },
            {
                "doc_count": 5,
                "key": "16"
            },
            {
                "doc_count": 4,
                "key": "12"
            }
        ],
        "name": "diametre",
        "unit": "mm"
    },
    {
        "buckets": [
            {
                "doc_count": 148,
                "key": "4bf0f9846eff4789923536"
            },
            {
                "doc_count": 148,
                "key": "508e9475abc79409512645"
            },
            {
                "doc_count": 148,
                "key": "64ecbb2490dcb052301521"
            },
            {
                "doc_count": 148,
                "key": "root"
            },
            {
                "doc_count": 107,
                "key": "517a75423b984098405701"
            },
            {
                "doc_count": 107,
                "key": "65522afc9e043406665926"
            },
            {
                "doc_count": 106,
                "key": "593006ca7f042279353595"
            },
            {
                "doc_count": 106,
                "key": "655228ecca719036373240"
            },
            {
                "doc_count": 30,
                "key": "5930071c5a06e095054035"
            },
            {
                "doc_count": 30,
                "key": "6552312f80319351660522"
            },
            {
                "doc_count": 7,
                "key": "51e56cba8138c485292945"
            },
            {
                "doc_count": 4,
                "key": "59ea0d3171fb7145315812"
            }
        ],
        "name": "categories",
        "unit": null
    },
    {
        "buckets": [
            {
                "continuum_price_stats": {
                    "avg": 17.203166666666664,
                    "count": 144,
                    "max": 239.904,
                    "min": 1.104,
                    "sum": 2477.256
                },
                "doc_count": 148
            }
        ],
        "name": "continuum_price_stats",
        "unit": null
    },
    {
        "buckets": [
            {
                "doc_count": 147,
                "key": "John Guest"
            }
        ],
        "name": "brand",
        "unit": null
    },
    {
        "buckets": [
            {
                "doc_count": 50,
                "key": "Plastique"
            },
            {
                "doc_count": 30,
                "key": "PE(Poly\u00e9thyl\u00e8ne)"
            }
        ],
        "name": "matiere",
        "unit": null
    },
    {
        "buckets": [
            {
                "continuum_price_stats": {
                    "avg": 17.203166666666664,
                    "count": 144,
                    "max": 239.904,
                    "min": 1.104,
                    "sum": 2477.256
                },
                "doc_count": 148
            },
            {
                "continuum_price_stats": {
                    "avg": 17.203166666666664,
                    "count": 144,
                    "max": 239.904,
                    "min": 1.104,
                    "sum": 2477.256
                },
                "doc_count": 148
            },
            {
                "continuum_price_stats": {
                    "avg": 17.203166666666664,
                    "count": 144,
                    "max": 239.904,
                    "min": 1.104,
                    "sum": 2477.256
                },
                "doc_count": 148
            }
        ],
        "name": "continuum_price",
        "unit": null
    }
]

flattened suggestions

[]