From 881c919ef99f1ee0f3fa2faf269f1ab3da8baf90 Mon Sep 17 00:00:00 2001 From: Finn Carroll Date: Mon, 23 Sep 2024 13:21:43 -0700 Subject: [PATCH] Fix import Signed-off-by: Finn Carroll --- .../transport/protobuf/FetchSearchResultProtobuf.java | 2 +- server/src/main/proto/search/fetch/FetchSearchResult.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/main/java/org/opensearch/transport/protobuf/FetchSearchResultProtobuf.java b/server/src/main/java/org/opensearch/transport/protobuf/FetchSearchResultProtobuf.java index a2b57b0dc6997..81350e22fbc8c 100644 --- a/server/src/main/java/org/opensearch/transport/protobuf/FetchSearchResultProtobuf.java +++ b/server/src/main/java/org/opensearch/transport/protobuf/FetchSearchResultProtobuf.java @@ -10,8 +10,8 @@ import org.opensearch.core.common.io.stream.StreamInput; import org.opensearch.core.common.io.stream.StreamOutput; -import org.opensearch.proto.search.FetchSearchResultProtoDef.FetchSearchResultProto; import org.opensearch.search.fetch.FetchSearchResult; +import org.opensearch.proto.search.fetch.FetchSearchResultProtoDef.FetchSearchResultProto; import java.io.IOException; diff --git a/server/src/main/proto/search/fetch/FetchSearchResult.proto b/server/src/main/proto/search/fetch/FetchSearchResult.proto index 5c2c71b1528b7..e04e041167ed0 100644 --- a/server/src/main/proto/search/fetch/FetchSearchResult.proto +++ b/server/src/main/proto/search/fetch/FetchSearchResult.proto @@ -1,6 +1,6 @@ syntax = "proto3"; -package org.opensearch.proto.fetch; +package org.opensearch.proto.search.fetch; import "search/SearchHits.proto";