visuddhinanda hace 2 años
padre
commit
b54ff2b2e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;