-
Notifications
You must be signed in to change notification settings - Fork 512
Query: Adds LINQ extension method for ORDER BY RANK, FullTextScore and RRF #4993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Microsoft.Azure.Cosmos/src/Linq/BuiltinFunctions/OtherBuiltinSystemFunctions.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/src/Linq/BuiltinFunctions/OtherBuiltinSystemFunctions.cs
Show resolved
Hide resolved
...rTests/BaselineTest/TestBaseline/LinqTranslationBaselineTests.TestRRFOrderByRankFunction.xml
Outdated
Show resolved
Hide resolved
...Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Linq/LinqTranslationBaselineTests.cs
Outdated
Show resolved
Hide resolved
the other extension type is all Enumerable, whereas the OrderByRank has a custom declration so we need to make an exception In reply to: 2797948570 Refers to: Microsoft.Azure.Cosmos/src/Linq/ExpressionToSQL.cs:1164 in 09fe0f2. [](commit_id = 09fe0f2, deletion_comment = False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Microsoft.Azure.Cosmos/src/Linq/BuiltinFunctions/BuiltinFunctionVisitor.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ure-cosmos-dotnet-v3 into users/leminh/FTRankLINQ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Template
Description
This PR adds extension methods for ORDER BY RANK, FullTextScore, and RRF to the LINQ extension method support.
Type of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #IssueNumber