Skip to content

Commit

Permalink
update scroller_helper/query
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Jun 4, 2017
1 parent baf6fe7 commit 357f3d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/release/6-latest-releases-with-git-repo-es.pl
Expand Up @@ -17,12 +17,10 @@
my $scroller = es()->scroll_helper(
body => {
query => {
filtered => {
filter => { bool => { must => \@must } },
},
bool => { must => \@must },
},
},
fields => [ 'author', 'date', 'distribution', 'name', 'resources' ],
_source => [ 'author', 'date', 'distribution', 'name', 'resources' ],
search_type => 'scan',
scroll => '5m',
index => 'cpan',
Expand Down

0 comments on commit 357f3d1

Please sign in to comment.