summaryrefslogtreecommitdiffstats
path: root/searchlib/src/protobuf
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-01 21:55:30 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-01 22:19:25 +0200
commit1583768921c1703475458428c9faf5d88acdff27 (patch)
tree9cd27c2160acc40f92737a1edcbac50d5c32a9c1 /searchlib/src/protobuf
parent36bead13fbbd0b3ce5c5a364b6f07ee1d3555b9b (diff)
- Add fieldlist to docsum request.
- Only return fields requested from the backend.
Diffstat (limited to 'searchlib/src/protobuf')
-rw-r--r--searchlib/src/protobuf/search_protocol.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/protobuf/search_protocol.proto b/searchlib/src/protobuf/search_protocol.proto
index b46287d8d71..3cf2f01a7a8 100644
--- a/searchlib/src/protobuf/search_protocol.proto
+++ b/searchlib/src/protobuf/search_protocol.proto
@@ -88,6 +88,7 @@ message DocsumRequest {
string geo_location = 13; // to be moved into query_tree
bytes query_tree_blob = 14; // serialized opaquely like now, to be changed later
repeated bytes global_ids = 15;
+ repeated string fields = 16;
}
message DocsumReply {