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:
907c1e9
)
LP1844418 Direct indexing WIP
user/berick/lp1844418-elasticsearch-egest
author
Bill Erickson
<berickxx@gmail.com>
Mon, 24 Feb 2020 17:51:42 +0000
(12:51 -0500)
committer
Bill Erickson
<berickxx@gmail.com>
Mon, 24 Feb 2020 17:51:42 +0000
(12:51 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm
patch
|
blob
|
history
diff --git
a/Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm
b/Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm
index
9b878d0
..
4598156
100644
(file)
--- a/
Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm
+++ b/
Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm
@@
-399,7
+399,7
@@
sub update_document {
index => $self->index_name,
type => 'record',
id => $id,
- body =>
$body
+ body =>
{doc => $body}
);
};