summaryrefslogtreecommitdiffstats
path: root/searchlib/src/protobuf
diff options
context:
space:
mode:
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 7137537d52d..83f6a978bac 100644
--- a/searchlib/src/protobuf/search_protocol.proto
+++ b/searchlib/src/protobuf/search_protocol.proto
@@ -24,6 +24,7 @@ message SearchRequest {
bytes grouping_blob = 15; // serialized opaquely like now, to be changed later
string geo_location = 16; // to be moved into query_tree
bytes query_tree_blob = 17; // serialized opaquely like now, to be changed later
+ int32 profileDepth = 18;
}
message TensorProperty {