|
|
@ -19,7 +19,6 @@ query_gen_actors <- function(actor, country, pre_tags, post_tags) {
|
|
|
|
{"bool": {
|
|
|
|
{"bool": {
|
|
|
|
"filter":[
|
|
|
|
"filter":[
|
|
|
|
{"term":{"country":"',country,'"}},
|
|
|
|
{"term":{"country":"',country,'"}},
|
|
|
|
{"term":{"version":"agg_V1"}},
|
|
|
|
|
|
|
|
{"range":{"publication_date":{"gte":"',startdate,'","lte":"',enddate,'"}}},
|
|
|
|
{"range":{"publication_date":{"gte":"',startdate,'","lte":"',enddate,'"}}},
|
|
|
|
{"query_string" : {
|
|
|
|
{"query_string" : {
|
|
|
|
"default_operator" : "OR",
|
|
|
|
"default_operator" : "OR",
|
|
|
|