[go: nahoru, domu]

Skip to content
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

Draft
wants to merge 155 commits into
base: main
Choose a base branch
from
Draft

Conversation

LoayGhreeb
Copy link
Collaborator
@LoayGhreeb LoayGhreeb commented May 26, 2024

This is a follow-up to #8963. We target main, because targetting luceneSearchBackend leads to much more "unrelated" commits.

Mandatory checks

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

btut and others added 30 commits July 9, 2022 11:38
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
LoayGhreeb and others added 3 commits June 25, 2024 14:48
- Read document only one time
- getHighlighterFragments only when the search results tab is opened
@koppor
Copy link
Member
koppor commented Jun 26, 2024

@LoayGhreeb Can you explain following issue?

/home/runner/work/jabref/jabref/src/test/java/org/jabref/logic/search/DatabaseSearcherWithBibFilesTest.java:14: error: package org.jabref.logic.pdf.search does not exist
import org.jabref.logic.pdf.search.PdfIndexer;
                                  ^

@LoayGhreeb
Copy link
Collaborator Author
LoayGhreeb commented Jun 26, 2024

Can you explain following issue?

I moved the search classes out of the PDF package and removed the PdfIndexer class. However, I have not yet adapted the test classes.

@koppor
Copy link
Member
koppor commented Jul 3, 2024

@koppor koppor changed the base branch from main to luceneSearchBackend July 3, 2024 07:01
@koppor koppor changed the base branch from luceneSearchBackend to main July 3, 2024 07:02
@koppor koppor changed the base branch from main to luceneSearchBackend July 3, 2024 08:33
@koppor koppor changed the base branch from luceneSearchBackend to main July 3, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants