Skip to content

Instantly share code, notes, and snippets.

@robyoung
Created July 11, 2012 19:12
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 robyoung/3092498 to your computer and use it in GitHub Desktop.
Save robyoung/3092498 to your computer and use it in GitHub Desktop.
Elasticsearch document structure
{
"title": "Example title",
"format": "Answer",
"section": "Example",
"additional_links": [
{"title": "title one", "link": "/one"},
{"title": "title two", "link": "/two"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment