NAME

BenchmarkAnything::Storage::Backend::SQL::Search::MCE - searchengine support functions using MCE

SYNOPSIS

Inside a method of BenchmarkAnything::Storage::Backend::SQL:

require BenchmarkAnything::Storage::Backend::SQL::Search::MCE;
BenchmarkAnything::Storage::Backend::SQL::Search::MCE::sync_search_engine_mce( $or_self, $b_force, $i_start, $i_bulksize);

sync_search_engine_mce ($or_sql, $b_force, $i_start, $i_bulkcount)

$or_sql

The BenchmarkAnything::Storage::Backend::SQL instance.

$b_force

Boolean. Re-sync without check if data already exist in index. Default false.

$i_start

First element ID where to start. Default 1.

$i_bulkcount

How many elements to read and index per bunch. Default 10000.

AUTHOR

Roberto Schaefer <schaefr@amazon.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2017 by Amazon.com, Inc. or its affiliates.

This is free software, licensed under:

The (two-clause) FreeBSD License