![]() |
![]()
| ![]() |
![]()
NAMEMetaCPAN::Client::ResultSet - A Result Set VERSIONversion 2.033000 DESCRIPTIONObject representing a result from Elastic Search. This is used for the complex (as in non-simple) queries to MetaCPAN. It provides easy access to the scroller and aggregations. ATTRIBUTESscrollerAn MetaCPAN::Client::Scroll object. itemsAn arrayref of items to manually scroll over, instead of a scroller object. typeThe entity of the result set. Available types:
aggregationsThe aggregations available in the Elastic Search response. METHODSnextIterator call to fetch the next result set object. totalIterator call to fetch the total amount of objects available in result set. has_scrollerPredicate for ES scroller presence. BUILDARGSDouble checks construction of objects. You should never run this yourself. BUILDValidates the object. You should never run this yourself. AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2016 by Sawyer X. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|