RED-9139: move document to module in redaction-service
* add feature version
This commit is contained in:
parent
84b054a4cc
commit
073ac12cf7
@ -8,7 +8,7 @@ plugins {
|
||||
|
||||
group = "com.knecon.fforesight"
|
||||
|
||||
val documentVersion by rootProject.extra { "4.425.0-RED9139.12" }
|
||||
val documentVersion by rootProject.extra { "4.425.0-RED9139.13" }
|
||||
|
||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
java.targetCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
@ -31,6 +31,8 @@ public class SearchTextWithTextPositionDto {
|
||||
.lineBreaks(Collections.emptyList())
|
||||
.positions(Collections.emptyList())
|
||||
.stringIdxToPositionIdx(Collections.emptyList())
|
||||
.boldTextBoundaries(Collections.emptyList())
|
||||
.italicTextBoundaries(Collections.emptyList())
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user