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";