-
Notifications
You must be signed in to change notification settings - Fork 793
Add sort arugment for the search API #4865
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
base: master
Are you sure you want to change the base?
Conversation
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
7ec47d8 to
58d1dfa
Compare
opengrok-web/src/main/java/org/opengrok/web/api/v1/controller/SearchController.java
Outdated
Show resolved
Hide resolved
|
The Apirary documentation in the |
opengrok-indexer/src/main/java/org/opengrok/indexer/search/SearchEngine.java
Outdated
Show resolved
Hide resolved
|
Also, needs a test case. |
opengrok-indexer/src/main/java/org/opengrok/indexer/search/SearchEngine.java
Outdated
Show resolved
Hide resolved
|
Just a note: this conflicts with the changes done for Lucene 9.x update in PR #4867. It looks like this can be reconciled easily, though. |
|
I signed the OCA on Friday any idea when it will be approved? |
41ef174 to
db9f5fa
Compare
35d7af4 to
8fd284e
Compare
|
Thank you for signing the OCA. |
|
@vladak when you can please take another look, thanks! |
The failing tests need to be fixed first. |
Signed-off-by: Bernát Gábor <[email protected]>
Signed-off-by: Bernát Gábor <[email protected]>
Signed-off-by: Bernát Gábor <[email protected]>
673cfca to
389d766
Compare
Signed-off-by: Bernát Gábor <[email protected]>
|
@vladak can you take another look please? Thanks! |
|
In general this looks good; I will go through the test code in a little bit more detail before approving, though. In the meantime you might want to add copyrights to the changed files. |
opengrok-indexer/src/test/java/org/opengrok/indexer/search/SearchEngineTest.java
Show resolved
Hide resolved
opengrok-indexer/src/test/java/org/opengrok/indexer/search/SearchEngineTest.java
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/test/java/org/opengrok/indexer/search/SearchEngineTest.java
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/test/java/org/opengrok/indexer/search/SearchEngineTest.java
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/test/java/org/opengrok/indexer/search/SearchEngineTest.java
Outdated
Show resolved
Hide resolved
opengrok-web/src/main/java/org/opengrok/web/api/v1/controller/SearchController.java
Show resolved
Hide resolved
opengrok-indexer/src/test/java/org/opengrok/indexer/util/TestRepository.java
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/test/java/org/opengrok/indexer/util/TestRepository.java
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/test/java/org/opengrok/indexer/util/TestRepository.java
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/test/java/org/opengrok/indexer/util/TestRepository.java
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/test/java/org/opengrok/indexer/util/TestRepository.java
Outdated
Show resolved
Hide resolved
opengrok-web/src/main/java/org/opengrok/web/api/v1/controller/SearchController.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Bernát Gábor <[email protected]>
3a087ce to
851c7b4
Compare
Signed-off-by: Bernát Gábor <[email protected]>
851c7b4 to
0146b2c
Compare
@vladak Not sure I understand what you mean here, but addressed the other feedback. |
Fixes #4740