Group
Extension

Matches 4

BenchmarkAnything-Storage-Backend-SQL ( S/SC/SCHWIGON/BenchmarkAnything-Storage-Backend-SQL-0.029.tar.gz, SCHWIGON, 2020; MetaCPAN )
BenchmarkAnything-Storage-Backend-SQL/lib/BenchmarkAnything/Storage/Backend/SQL.pm ( view source; MetaCPAN )
arch::get_elasticsearch_client
         (
          {searchengine => $or_self->{searchengine}, ownjson => 1}
         );

        # Sic, we re-read from DB to get the very same data we
        # *real
ttern] : [];

    my $s_key;
    if ( $or_self->{cache} ) {
        require JSON::XS;
        $s_key = JSON::XS::encode_json($ar_pattern);
        if ( my $ar_search_data = $or_self->{cache}->get("lis
ttern] : [];

    my $s_key;
    if ( $or_self->{cache} ) {
        require JSON::XS;
        $s_key = JSON::XS::encode_json($ar_pattern);
        if ( my $ar_search_data = $or_self->{cache}->get("lis
BenchmarkAnything-Storage-Backend-SQL ( S/SC/SCHWIGON/BenchmarkAnything-Storage-Backend-SQL-0.029.tar.gz, SCHWIGON, 2020; MetaCPAN )
BenchmarkAnything-Storage-Backend-SQL/lib/BenchmarkAnything/Storage/Backend/SQL/Query/mysql.pm ( view source; MetaCPAN )
ed_selects{$or_self} = {};

    # deep copy hash
    require JSON::XS;
    $hr_search = JSON::XS::decode_json(
        JSON::XS::encode_json( $hr_search )
    );

    my (
        $s_limit,
        $s
BenchmarkAnything-Storage-Backend-SQL ( S/SC/SCHWIGON/BenchmarkAnything-Storage-Backend-SQL-0.029.tar.gz, SCHWIGON, 2020; MetaCPAN )
BenchmarkAnything-Storage-Backend-SQL/lib/BenchmarkAnything/Storage/Backend/SQL/Query/SQLite.pm ( view source; MetaCPAN )
ed_selects{$or_self} = {};

    # deep copy hash
    require JSON::XS;
    $hr_search = JSON::XS::decode_json(
        JSON::XS::encode_json( $hr_search )
    );

    my (
        $s_limit,
        $s
BenchmarkAnything-Storage-Backend-SQL ( S/SC/SCHWIGON/BenchmarkAnything-Storage-Backend-SQL-0.029.tar.gz, SCHWIGON, 2020; MetaCPAN )
BenchmarkAnything-Storage-Backend-SQL/lib/BenchmarkAnything/Storage/Backend/SQL/Search.pm ( view source; MetaCPAN )
strict;
use warnings;
use Data::Dumper;


sub json_true  { bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ) }
sub json_false { bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ) }

sub _sync_search_engine_p
Elasticsearch::get_elasticsearch_client
     (
      {searchengine => $or_sql->{searchengine}, ownjson => 1}
     );
    my $bulk = $or_es->bulk_helper(index => $s_index, type => $s_type);

    # === 
 "core_field_NAME"     => { "match" => "NAME",     "mapping" => { "type" => "keyword", "store" => json_true } } },
          { "core_field_VALUE"    => { "match" => "VALUE",    "mapping" => { "type" =

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