Skip to content

Instantly share code, notes, and snippets.

Created February 4, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8805721 to your computer and use it in GitHub Desktop.
Save anonymous/8805721 to your computer and use it in GitHub Desktop.
{
"vacancy": {
"index_analyzer": "indexAnalyzer",
"search_analyzer": "searchAnalyzer",
"_boost": {
"name": "_boost",
"null_value": 1
},
"properties": {
"vId": {
"type": "integer",
"include_in_all": false
},
"title": {
"type": "string",
"include_in_all": true
},
"teaser": {
"type": "string",
"include_in_all": true
},
"keywords": {
"type": "multi_field",
"include_in_all": true
},
"completion": {
"type": "completion",
"analyzer": "standard"
},
"description": {
"type": "string",
"include_in_all": true
},
"company": {
"type": "multi_field",
"include_in_all": true
},
"company_id": {
"type": "multi_field",
"include_in_all": false
},
"workingSchedule": {
"type": "object",
"properties": {
"de": {
"type": "string",
"include_in_all": true
},
"ch": {
"type": "string",
"include_in_all": true
},
"pl": {
"type": "string",
"include_in_all": true
}
}
},
"careerPosition": {
"type": "object",
"properties": {
"de": {
"type": "string",
"include_in_all": true
},
"ch": {
"type": "string",
"include_in_all": true
},
"pl": {
"type": "string",
"include_in_all": true
}
}
},
"jobExperience": {
"type": "object",
"properties": {
"de": {
"type": "string",
"include_in_all": true
},
"ch": {
"type": "string",
"include_in_all": true
},
"pl": {
"type": "string",
"include_in_all": true
}
}
},
"seniority": {
"type": "object",
"properties": {
"de": {
"type": "string",
"include_in_all": true
},
"ch": {
"type": "string",
"include_in_all": true
},
"pl": {
"type": "string",
"include_in_all": true
}
}
},
"subjects": {
"type": "multi_field",
"include_in_all": false
},
"subjects_fulltext": {
"type": "object",
"properties": {
"de": {
"type": "multi_field",
"include_in_all": true
},
"ch": {
"type": "multi_field",
"include_in_all": true
},
"pl": {
"type": "multi_field",
"include_in_all": true
}
}
},
"locations_path": {
"type": "string",
"include_in_all": false,
"index": "not_analyzed"
},
"locations": {
"type": "multi_field",
"include_in_all": false
},
"locations_fulltext": {
"type": "multi_field",
"include_in_all": true
},
"categories": {
"type": "multi_field",
"include_in_all": false
},
"categories_fulltext": {
"type": "object",
"properties": {
"de": {
"type": "multi_field",
"include_in_all": true
},
"ch": {
"type": "multi_field",
"include_in_all": true
},
"pl": {
"type": "multi_field",
"include_in_all": true
}
}
},
"careerPosition_id": {
"type": "multi_field",
"include_in_all": false
},
"workingSchedule_id": {
"type": "multi_field",
"include_in_all": false
},
"jobExperience_id": {
"type": "multi_field",
"include_in_all": false
},
"seniority_id": {
"type": "multi_field",
"include_in_all": false
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment