😔 Jobtriggers is de nieuwe vacaturebank. We raden je af om Internet Explorer te gebruiken! Gebruik een moderne browser zoals bijvoorbeeld Edge, Chrome, Firefox of Safari voor de beste gebruikservaring.
string(7214) "{
        "settings": {
            "index": {
                "sort.field": ["booster", "boostedAt", "createdAt"], 
                "sort.order": ["desc", "desc", "desc"],
                "analysis": {
                    "analyzer": {
                        "synonym": {
                            "tokenizer": "standard",
                            "filter": [
                                "lowercase", 
                                "synonym" 
                            ]
                        }
                    },
                    "filter": {
                        "synonym": {
                            "type": "synonym",
                            "synonyms_path": "analysis/synonym.txt"
                        }
                    }
                }
            }
        },
        "mappings": {
            "properties": {
                "jobOfferLocation": {
                    "type": "geo_point"
                },
                "jobOfferLocationShape": {
                "type": "geo_shape",
                    "strategy": "recursive"
                },
                "function" : {
                    "type" : "text",
                    "fields" : {
                        "nl": {
                            "type": "text",
                            "analyzer": "dutch"
                        },
                        "synonym": {
                            "type": "text",
                            "analyzer": "synonym"
                        },
                        "raw": {
                            "type": "text",
                            "index": false
                        },
                        "keyword" : {
                            "type" : "keyword",
                            "ignore_above" : 256
                        }
                    }
                },
                "title": {
                "type":  "text",
                    "fields": {
                        "nl": {
                            "type": "text",
                            "analyzer": "dutch"
                        },
                        "synonym": {
                            "type": "text",
                            "analyzer": "synonym"
                        },
                        "raw": {
                            "type": "text",
                            "index": false
                        }
                    }
                },
                "description": {
                    "type":  "text",
                    "fields": {
                        "nl": {
                            "type": "text",
                            "analyzer": "dutch"
                        },
                        "synonym": {
                            "type": "text",
                            "analyzer": "synonym"
                        },
                        "raw": {
                            "type": "text",
                            "index": false
                        }
                    }
                },
                "jobOfferDemandItems": {
                    "type":  "text",
                    "fields": {
                        "nl": {
                            "type": "text",
                            "analyzer": "dutch"
                        }
                    }
                },
                "quote": {
                    "type":  "text"
                },
                "descriptionFull": {
                    "type":  "text"
                },
                "descriptionShort": {
                    "type":  "text"
                },
                "descriptionTask": {
                    "type":  "text"
                },
                "carouselImages": {
                    "type":  "text"
                },
                "jobOfferTaskImagesCount": {
                    "type":  "text"
                },
                "descriptionRecognize": {
                    "type":  "text"
                },
                "jobOfferRecognizeImageStyle": {
                    "type":  "text"
                },
                "jobOfferDemandItems": {
                    "type":  "text"
                },
                "itemNormal": {
                    "type":  "text"
                },
                "itemMonday": {
                    "type":  "text"
                },
                "itemTuesday": {
                    "type":  "text"
                },
                "itemWednesday": {
                    "type":  "text"
                },
                "itemThursday": {
                    "type":  "text"
                },
                "itemFriday": {
                    "type":  "text"
                },
                "itemSaturday": {
                    "type":  "text"
                },
                "itemSunday": {
                    "type":  "text"
                },
                "company" : {
                    "properties" : {
                        "logo" : {
                            "type" : "text",
                            "fields" : {
                                "keyword" : {
                                    "type" : "keyword",
                                    "ignore_above" : 256
                                }
                            }
                        },
                        "name" : {
                            "type" : "text",
                            "fields" : {
                                "nl": {
                                    "type": "text",
                                    "analyzer": "dutch"
                                },
                                "synonym": {
                                    "type": "text",
                                    "analyzer": "synonym"
                                }
                            }
                        }
                    }
                },
                "colleagueStoryCard": {
                    "type":  "text"
                },
                "contactQuestion": {
                    "type":  "text"
                },
                "contactCard": {
                    "type":  "text"
                },
                "jobOfferApplyUrl": {
                    "type":  "text"
                },
                "formApply": {
                    "type":  "text"
                },
                "jobOfferApplyContent": {
                    "type":  "text"
                },
                "jobOfferApplyForm": {
                    "type":  "text"
                },
                "jobOfferApplyBackgroundImage": {
                    "type":  "text"
                },
                "booster" : {
                    "type" : "keyword"
                },
                "createdAt": {
                    "type":  "date",
                    "format": "yyyy-MM-dd'T'HH:mm:ss"
                },
                "updatedAt": {
                    "type":  "date",
                    "format": "yyyy-MM-dd'T'HH:mm:ss"
                },
                "boostedAt": {
                    "type":  "date",
                    "format": "yyyy-MM-dd'T'HH:mm:ss"
                }
            }
        }
    }"