Skip to content

Instantly share code, notes, and snippets.

@miguelbermudez
Created April 6, 2017 15:48
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 miguelbermudez/bf1a37c1923bc8a01eed607f1d35cb02 to your computer and use it in GitHub Desktop.
Save miguelbermudez/bf1a37c1923bc8a01eed607f1d35cb02 to your computer and use it in GitHub Desktop.
What does the schema look like for this?
{
"highlighting": {
"17235597841101694696884915866769312987": {
"ttl_suggest": [
"<em>foo</em> bar"
]
},
"249465359476890333636353620182635563595": {
"ttl_suggest": [
"scc of <em>foo</em>"
]
}
},
"responseHeader": {
"status": 0,
"QTime": 3
},
"response": {
"start": 0,
"numFound": 10,
"docs": [
{
"id": "17235597841101694696884915866769312987",
"ttl": "foo bar"
},
{
"id": "249465359476890333636353620182635563595",
"ttl": "scc of foo"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment