aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/search/POST_search_fatcat_scroll.txt
blob: f60f6d386fcbd854285f7afd39f8434497567271 (plain)
1
2
POST /fatcat_release/_search?scroll=5m&size=1000
{ "query": { "bool": { "filter": [ { "term": { "in_ia": false } }, { "term": { "is_oa": true } }, { "bool": { "must_not": [ { "terms": { "release_type": [ "stub", "component" ] } } ] } } ], "must": [ { "query_string": { "query": "webcapture_count:0 container_id:ugbiirfvufgcjkx33r3cmemcuu", "default_operator": "AND", "analyze_wildcard": true, "lenient": true, "fields": [ "title^5", "contrib_names^2", "container_title" ] } } ] } }, "sort": "_doc" }