Skip to content

Instantly share code, notes, and snippets.

@KnowledgeGarden
Created August 12, 2014 05:04
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 KnowledgeGarden/b965b7e78f19f9be9025 to your computer and use it in GitHub Desktop.
Save KnowledgeGarden/b965b7e78f19f9be9025 to your computer and use it in GitHub Desktop.
{
"topics": {
"mappings": {
"core": {
"properties": {
"lox": {
"index": "not_analyzed",
"type": "string",
"store": true
},
"inOf": {
"index": "not_analyzed",
"type": "string",
"store": true
},
"_ver": {
"index": "not_analyzed",
"type": "string",
"store": true
},
"srtDt": {
"index": "not_analyzed",
"type": "long",
"store": true
},
"tpC": {
"index": "not_analyzed",
"type": "long",
"store": true
},
"url": {
"index": "not_analyzed",
"type": "string",
"store": true
},
"lists": {
"properties": {
"sbOf": {
"index": "not_analyzed",
"type": "string",
"store": true
},
"label": {
"index": "analyzed",
"type": "string",
"store": true
},
"details": {
"index": "analyzed",
"type": "string",
"store": true
},
"subj": {
"index": "analyzed",
"type": "string",
"store": true
},
"body": {
"index": "analyzed",
"type": "string",
"store": true
},
"psi": {
"index": "not_analyzed",
"type": "string",
"store": true
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment