-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 2.x] Pagination in hybrid query (#1099)
* Pagination in Hybrid query (#1048) * Pagination in Hybrid query Signed-off-by: Varun Jain <[email protected]> * Remove unwanted code Signed-off-by: Varun Jain <[email protected]> * Adding hybrid query context dto Signed-off-by: Varun Jain <[email protected]> * Adding javadoc in hybridquerycontext and addressing few comments from review Signed-off-by: Varun Jain <[email protected]> * rename hybrid query extraction method Signed-off-by: Varun Jain <[email protected]> * Refactoring to optimize extractHybridQuery method calls Signed-off-by: Varun Jain <[email protected]> * Changes in tests to adapt with builder pattern in querybuilder Signed-off-by: Varun Jain <[email protected]> * Add mapper service mock in tests Signed-off-by: Varun Jain <[email protected]> * Fix error message of index.max_result_window setting Signed-off-by: Varun Jain <[email protected]> * Fix error message of index.max_result_window setting Signed-off-by: Varun Jain <[email protected]> * Fixing validation condition for lower bound Signed-off-by: Varun Jain <[email protected]> * fix tests Signed-off-by: Varun Jain <[email protected]> * Removing version check from doEquals and doHashCode method Signed-off-by: Varun Jain <[email protected]> --------- Signed-off-by: Varun Jain <[email protected]> * Update pagination_depth datatype from int to Integer (#1094) * Update pagination_depth datatype from int to Integer Signed-off-by: Varun Jain <[email protected]> --------- Signed-off-by: Varun Jain <[email protected]>
- Loading branch information
1 parent
a349cf8
commit 96fa384
Showing
24 changed files
with
884 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.