It was a old bug but I get around it with http request instead. Still want to 
confirm.

message RpbSearchQueryResp {
  repeated RpbSearchDoc docs      = 1; // Result documents
  optional float        max_score = 2; // Maximum score
  optional uint32       num_found = 3; // Number of results
}

num_found should better be uint64, uint32 may restrict the number can be found 
by the query.

--  
Best Regards  
Tim Lee


_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to