0.2
High-Level Changes
- Breaking Change: ALTO and hOCR now have custom
CharFilter
implementations that should be used instead ofHTMLStripCharFilterFactory
. Refer to the documentation for more details. - Feature: Resolve Hyphenation at indexing time for all supported formats. If a word is broken across multiple lines, it will be indexed as the dehyphenated form. During highlighting, the parts on both lines will be highlighted appropriately.
- Fix calculation of passages with matches spanning multiple lines, in previous versions some passages would be too small
- Fix
hl.fl
parameter handling, a bug in 0.1 made this parameter not have any effect
Full List of Changes:
- f4ffc66 Release 0.2
- c734bd8 build(deps): bump maven-javadoc-plugin from 3.1.0 to 3.1.1
- 53f5634 Add more labels to query params image
- cf7274f Update query_params image
- daecb07 Fix bug in offsets-parser that led to a crash on stray ampersands in the input
- 16dfba2 Update docs
- 49bfcfc Merge branch 'dependabot/maven/org.apache.commons-commons-text-1.7'
- 83effb5 Merge branch 'master' into dependabot/maven/org.apache.commons-commons-text-1.7
- ed3ccbe build(deps-dev): bump version.junit from 5.4.2 to 5.5.0
- d22f28c build(deps): bump commons-text from 1.6 to 1.7
See more
- 6377264 example: Fix bug in frontend code that broke images when switching between cores
- 7961505 example: bugfixes/compatiblity
- 88f8591 example: Add frontend for ALTO demo, replace UV with M3, make ingesting multi-threaded
- 0f5dd31 example: Fix hyphenation-triggered bugs in ALTO Content Search
- 4bdd79c docs: Add caution about ALTO coordinates in response format
- 86214a9 example: Implement IIIF Content Search for ALTO example
- 0278ec9 Add ALTO with non-contiguous documents to example (backend part)
- 46879a8 alto: Resolve hyphenation at query time
- 111b8f2 alto: Resolve hyphenation at indexing time
- 6647705 hocr: Resolve hyphenation at indexing time]
- ce1ad57 Bump maven-source-plugin from 3.0.1 to 3.1.0
- 4b52a92 Fix hl.fl parameter handling
- eede167 Fix calculation of passages with matches spanning multiple lines
- 4771099 Bump verison to 0.2-SNAPSHOT
- 03bc0dd Update docs for 0.1
- ffde516 Update example IIIF Content Search implementation for 0.1
- 4991c07 GitLab CI: Use JDK8 to build release JARs
- 4948d46 Fix example for 0.1 release
- 4d703b1 Prep pom.xml for Maven Central release
This list of changes was auto generated.