Skip to content

Instantly share code, notes, and snippets.

@Billybobbonnet
Last active October 29, 2020 14:18
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 Billybobbonnet/02694cc88710618dc6069bb59f2a29ee to your computer and use it in GitHub Desktop.
Save Billybobbonnet/02694cc88710618dc6069bb59f2a29ee to your computer and use it in GitHub Desktop.
{
"collectionName": "projects",
"database": "'"$DB_NAME"'",
"mappings":{
"dynamic": false,
"fields": {
"name": {
"type": "string",
"analyzer": "lucene.english"
},
"description": {
"type": "string",
"analyzer": "lucene.english"
},
"_type": {
"type": "string",
"analyzer": "lucene.keyword"
},
"contact.lastname": {
"type": "string",
"analyzer": "lucene.standard"
},
"contact.entity": {
"type": "string",
"analyzer": "lucene.keyword"
},
"team.entity": {
"type": "string",
"analyzer": "lucene.keyword"
},
"team.lastname": {
"type": "string",
"analyzer": "lucene.standard"
},
"status": {
"type": "number",
"representation": "int64"
}
}
},
"name": "projects"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment