From dc6d3bd35d8a5b617685655316fbb1afcbb299ee Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 24 Feb 2020 12:51:42 -0500 Subject: [PATCH] LP1844418 Direct indexing WIP Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ); }; -- 2.11.0