Chen Li has posted comments on this change. Change subject: fixing minor issues in docs related to similarity queries Change-Id: Ide23cb7fb33a58bcb2eb4535cf89152518d35a86 ......................................................................
Patch Set 1: (1 comment) https://asterix-gerrit.ics.uci.edu/#/c/351/1/asterix-doc/src/site/markdown/aql/functions.md File asterix-doc/src/site/markdown/aql/functions.md: Line 1220: let $sim := similarity-jaccard($user.friend-ids, [1,5,9,10]) The answers to the old queries are all "supersets" of the list [1, 5, 9] in the query, which may be confusing. The new list "[1, 5, 9, 10]" can return an answer that is NOT a superset of the query list, better reflecting the meaning of "Jaccard". -- To view, visit https://asterix-gerrit.ics.uci.edu/351 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ide23cb7fb33a58bcb2eb4535cf89152518d35a86 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Chen Li <[email protected]> Gerrit-Reviewer: Chen Li <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Taewoo Kim <[email protected]> Gerrit-HasComments: Yes
