summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2019-03-19 22:37:05 +0100
committerOlli Virtanen <olli.virtanen@oath.com>2019-03-19 22:37:05 +0100
commit828c6833bf7794060ab2d209b686db7116531b32 (patch)
tree558b066e4be089363d9d3523facdc495c5a89b5b /searchlib
parent3594d15ab25fe245f76e7563f12b4f5797b985c7 (diff)
Remove highlight terms from search request
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/protobuf/search_protocol.proto7
1 files changed, 3 insertions, 4 deletions
diff --git a/searchlib/src/protobuf/search_protocol.proto b/searchlib/src/protobuf/search_protocol.proto
index 35615296309..1cdf15729eb 100644
--- a/searchlib/src/protobuf/search_protocol.proto
+++ b/searchlib/src/protobuf/search_protocol.proto
@@ -21,10 +21,9 @@ message SearchRequest {
repeated TensorProperty tensor_feature_overrides = 12;
repeated StringProperty rank_properties = 13;
repeated TensorProperty tensor_rank_properties = 14;
- repeated StringProperty highlight_terms = 15;
- bytes grouping_blob = 16; // serialized opaquely like now, to be changed later
- string geo_location = 17; // to be moved into query_tree
- bytes query_tree_blob = 18; // serialized opaquely like now, to be changed later
+ 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
}
message TensorProperty {