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

Fix passage building across more than two concatenated files (fixes #421) #422

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

jbaiter
Copy link
Member

@jbaiter jbaiter commented Apr 24, 2024

The code previously only considered the case of two concatenated files when reading from a concatenated source pointer. This has now been fixed to allow an arbitrary number of files between the start and end offsets.

)

The code previously only considered the case of two concatenated files
when reading from a concatenated source pointer. This has now been fixed
to allow an arbitrary number of files between the start and end offsets.
@jbaiter jbaiter merged commit d1d8485 into main Apr 24, 2024
6 checks passed
jbaiter added a commit that referenced this pull request Apr 25, 2024
**Changed:**
- Missing files no longer fail the complete search request, instead the OCR
  highlighting for the document is skipped
- Add support for Solr 9.5
- Updated documentation with warning for Solr 9 users to disable security sandboxing
  when using pointers to external files

**Fixed:**
- Regular highlighting in case no hl field can be determined works again (#404)
- Passage building across more than two concatenated files works now (#422)
@jbaiter jbaiter mentioned this pull request Apr 25, 2024
jbaiter added a commit that referenced this pull request Apr 25, 2024
**Changed:**
- Missing files no longer fail the complete search request, instead the OCR
  highlighting for the document is skipped
- Add support for Solr 9.5
- Updated documentation with warning for Solr 9 users to disable security sandboxing
  when using pointers to external files

**Fixed:**
- Regular highlighting in case no hl field can be determined works again (#404)
- Passage building across more than two concatenated files works now (#422)
@morpheus-87 morpheus-87 deleted the passages-spanning-more-than-two-files branch April 30, 2024 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants