Browse Source

float rank

visuddhinanda 2 years ago
parent
commit
b54ff2b2e4
1 changed files with 1 additions and 1 deletions
  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;