Created
April 6, 2017 15:48
-
-
Save miguelbermudez/bf1a37c1923bc8a01eed607f1d35cb02 to your computer and use it in GitHub Desktop.
What does the schema look like for this?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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