-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Update lucene branch #11326
Update lucene branch #11326
Conversation
A user might have deleted a link to a fulltext-file in the source tex file and we need to reflect that change in the index as well.
Make the results-counter react on the correct observables and actually filter out results with score == 0
Lucene cannot do case-sensitive search
In floating mode entries will be ranked and sorted by it. Rank: (1= entry matches group and search, 2= matches group but not search, 3= matches search but not group, 4= matches nothing)
43b43a0
to
8abee27
Compare
1= entry matches group and search, 2= matches search but not group, 3= matches group but not search, 4= matches nothing
I triggered a merge. Maybe, the tests will work then again? - I also hope that we will see a build at https://builds.jabref.org/pull/11326/. |
This branch is coming from an external repository; therefore, no secrets for build upload are present. Testers need to compile for themselves on the local machine. Depending on the issues, we either work towards a quick merge into main - or create a branch inside the JabRef main repository (and maybe create a new pull request). |
I will create a new branch and a new pull request. This PR should be merged after the search floating mode PR is merged. |
This is a follow-up to #8963. We target
main
, because targettingluceneSearchBackend
leads to much more "unrelated" commits.Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)