Signed-off-by: Bill Erickson <berickxx@gmail.com>
use Time::HiRes qw/time/;
use OpenSRF::Utils::JSON;
use OpenILS::Utils::Fieldmapper;
-use OpenILS::Elastic::BibSearch;
+use OpenILS::Elastic::Bib::Search;
use utf8;
binmode(STDIN, ':utf8');
IDL => OpenSRF::Utils::SettingsClient->new->config_value("IDL"));
OpenILS::Utils::CStoreEditor::init();
-my $es = OpenILS::Elastic::BibSearch->new($cluster);
+my $es = OpenILS::Elastic::Bib::Search->new($cluster);
$es->connect;
print "Searching...\n";
use Time::HiRes qw/time/;
use OpenSRF::Utils::JSON;
use OpenILS::Utils::Fieldmapper;
-use OpenILS::Elastic::BibSearch;
+use OpenILS::Elastic::Bib::Search;
use utf8;
binmode(STDIN, ':utf8');
IDL => OpenSRF::Utils::SettingsClient->new->config_value("IDL"));
OpenILS::Utils::CStoreEditor::init();
-my $es = OpenILS::Elastic::BibSearch->new($cluster);
+my $es = OpenILS::Elastic::Bib::Search->new($cluster);
$es->connect;
print <<MESSAGE;