From: Bill Erickson Date: Mon, 24 Feb 2020 17:51:42 +0000 (-0500) Subject: LP1844418 Direct indexing WIP X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fberick%2Flp1844418-elasticsearch-egest;p=working%2FEvergreen.git LP1844418 Direct indexing WIP Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm b/Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm index 9b878d0658..4598156f6a 100644 --- 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} ); };