multirow reference in the client
This commit is contained in:
@@ -44,9 +44,9 @@ message SearchResponse {
|
||||
float score = 2;
|
||||
string content_json = 3;
|
||||
string table_name = 4;
|
||||
// Configured human-readable value for this row.
|
||||
string row_display_value = 5;
|
||||
string row_display_column = 6;
|
||||
// Configured human-readable values for this row, in display order.
|
||||
repeated string row_display_values = 5;
|
||||
repeated string row_display_columns = 6;
|
||||
optional uint64 position = 7;
|
||||
}
|
||||
repeated Hit hits = 1;
|
||||
|
||||
Reference in New Issue
Block a user