We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794d746 commit 881c919Copy full SHA for 881c919
server/src/main/java/org/opensearch/transport/protobuf/FetchSearchResultProtobuf.java
@@ -10,8 +10,8 @@
10
11
import org.opensearch.core.common.io.stream.StreamInput;
12
import org.opensearch.core.common.io.stream.StreamOutput;
13
-import org.opensearch.proto.search.FetchSearchResultProtoDef.FetchSearchResultProto;
14
import org.opensearch.search.fetch.FetchSearchResult;
+import org.opensearch.proto.search.fetch.FetchSearchResultProtoDef.FetchSearchResultProto;
15
16
import java.io.IOException;
17
server/src/main/proto/search/fetch/FetchSearchResult.proto
@@ -1,6 +1,6 @@
1
syntax = "proto3";
2
3
-package org.opensearch.proto.fetch;
+package org.opensearch.proto.search.fetch;
4
5
import "search/SearchHits.proto";
6
0 commit comments