Skip to content

Commit

Permalink
Add topks in searchResult (#6168)
Browse files Browse the repository at this point in the history
Signed-off-by: fishpenguin <[email protected]>
  • Loading branch information
fishpenguin committed Jun 28, 2021
1 parent 7df4bf8 commit b87baa1
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 70 deletions.
90 changes: 80 additions & 10 deletions internal/core/src/pb/schema.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions internal/core/src/pb/schema.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/proto/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,5 @@ message SearchResultData {
repeated FieldData fields_data = 3;
repeated float scores = 4;
IDs ids = 5;
repeated int64 topks = 6;
}

0 comments on commit b87baa1

Please sign in to comment.