Browse Source

float rank

visuddhinanda 2 năm trước cách đây
mục cha
commit
b54ff2b2e4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rpc/protocols/tulip.proto

+ 1 - 1
rpc/protocols/tulip.proto

@@ -18,7 +18,7 @@ message SearchRequest {
 
 message SearchResponse {
   message Item {
-    int32 rank = 1;
+    float rank = 1;
     string highlight = 2;
     int32 book = 3;
     int32 paragraph = 4;