Skip to content

Instantly share code, notes, and snippets.

@sihutch
Created March 12, 2013 19:57
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 sihutch/5146432 to your computer and use it in GitHub Desktop.
Save sihutch/5146432 to your computer and use it in GitHub Desktop.
"facets" : {
"contributors.contributorRole.untouched" : {
"_type" : "terms",
"missing" : 0,
"total" : 2,
"other" : 0,
"terms" : [ {
"term" : "contributor role 2",
"count" : 1
}, {
"term" : "contributor role 1",
"count" : 1
} ]
},
"identifiers.identifierType.untouched" : {
"_type" : "terms",
"missing" : 0,
"total" : 2,
"other" : 0,
"terms" : [ {
"term" : "Test Identifier Type 2",
"count" : 1
}, {
"term" : "Test Identifier Type 1",
"count" : 1
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment