Group
Extension

Matches 2

Search-Elasticsearch-Client-5_0 ( E/EZ/EZIMUEL/Search-Elasticsearch-Client-5_0-7.30_1.tar.gz, EZIMUEL, 2020; MetaCPAN )
Search-Elasticsearch-Client-5_0/lib/Search/Elasticsearch/Client/5_0/Bulk.pm ( view source; MetaCPAN )
@_) {
        my @json = $self->_encode_action( splice( @_, 0, 2 ) );

        push @$buffer, @json;

        my $size = $self->_buffer_size;
        $size += length($_) + 1 for @json;
        $self->
s a queue, buffering up actions
until it reaches a maximum count of actions, or a maximum size of JSON request
body, at which point it issues a C<bulk()> request.

Once you have finished adding action
 by setting C<max_count> to C<0>. Defaults to
C<1,000>.

=item * C<max_size>

The maximum size of JSON request body to allow before triggering a
L</flush()>.  This can be disabled by setting C<max_siz
Search-Elasticsearch-Client-5_0 ( E/EZ/EZIMUEL/Search-Elasticsearch-Client-5_0-7.30_1.tar.gz, EZIMUEL, 2020; MetaCPAN )
Search-Elasticsearch-Client-5_0/lib/Search/Elasticsearch/Client/5_0/Direct.pm ( view source; MetaCPAN )
wn fox");

=head2 Filter path parameter

Any API which returns a JSON body accepts a C<filter_path> parameter
which will filter the JSON down to only the specified paths.  For instance,
if you are run
ional
    );

Renders the template, filling in the passed-in parameters and returns the resulting JSON, eg:

    $results = $e->render_search_template(
        body => {
            inline => {
      

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.