projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf32645
)
remove deprecated code
author
Bill Erickson
<berickxx@gmail.com>
Wed, 11 Sep 2019 17:02:13 +0000
(13:02 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Fri, 17 Jan 2020 19:36:02 +0000
(14:36 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/support-scripts/elastic-index.pl
patch
|
blob
|
history
diff --git
a/Open-ILS/src/support-scripts/elastic-index.pl
b/Open-ILS/src/support-scripts/elastic-index.pl
index
80d3ef4
..
626034e
100755
(executable)
--- a/
Open-ILS/src/support-scripts/elastic-index.pl
+++ b/
Open-ILS/src/support-scripts/elastic-index.pl
@@
-6,7
+6,6
@@
use OpenSRF::Utils::JSON;
use OpenILS::Utils::Fieldmapper;
use OpenILS::Utils::CStoreEditor;
use OpenILS::Elastic::Bib::Search;
-use OpenILS::Elastic::Bib::Marc;
my $help;
my $osrf_config = '/openils/conf/opensrf_core.xml';
@@
-129,8
+128,6
@@
my $es;
if ($index_name eq 'bib-search') {
$es = OpenILS::Elastic::Bib::Search->new($cluster);
-} elsif ($index_name eq 'bib-marc') {
- $es = OpenILS::Elastic::Bib::Marc->new($cluster);
}
if (!$es) {