Skip to content

Instantly share code, notes, and snippets.

@skhanker
Created March 3, 2016 04:51
Show Gist options
  • Select an option

  • Save skhanker/41ad18d122586c18a899 to your computer and use it in GitHub Desktop.

Select an option

Save skhanker/41ad18d122586c18a899 to your computer and use it in GitHub Desktop.
UBC Faculty Publications - Histogram
{
"from": 0,
"size": 0,
"body": {
"query": {
"filtered": {
"query": {
"query_string": {
"default_operator": "AND",
"query": "*"
}
},
"filter": {
"bool": {
"must": []
}
}
}
},
"aggs": {
"date_hist": {
"date_histogram": {
"field": "ubc.date.sort",
"interval": "year",
"format": "yyyy-MM-dd"
}
},
"type": {
"terms": {
"field": "type.raw",
"size": 60
},
"aggregations": {
"date_hist": {
"date_histogram": {
"field": "ubc.date.sort",
"interval": "year"
}
}
}
},
"subject": {
"terms": {
"field": "subject.raw",
"size": 60
},
"aggregations": {
"date_hist": {
"date_histogram": {
"field": "ubc.date.sort",
"interval": "year"
}
}
}
}
},
"script_fields": {
"is_compound": {
"script_file": "not_empty_array"
}
},
"_source": [
"affiliation",
"campus",
"creator",
"dateAvailable",
"degree",
"description",
"genre",
"geographicLocation",
"program",
"scholarlyLevel",
"ubc.date.sort",
"subject",
"title",
"type",
"ubc.internal.handle",
"ubc.internal.provenance.nick",
"ubc.internal.repo"
]
},
"index": "33755,8865,38422,38108,38319,19749,38316,26952,304,37859,37865,29055,13139,46343,298,52383,48368,41904,41223,35034,42387,36347,45447,26989,42488,38318,30410,39339,7298,44376,12547,9420,538,50252,26494,33359,8833,34910,45204,43418,43600,36392,24887,13138,594,36883,41328,36877,1151,4189,44550,45578,46074,37212,14857,340,858,39478,51871,32536,26566,18836,45088,21391,18828,33850,1423,31776,50126",
"type": "object",
"search_type": "count"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment