Skip to content

Commit 57a4a20

Browse files
committed
change error log
Signed-off-by: yuye-aws <[email protected]>
1 parent 5e6f2b4 commit 57a4a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/opensearch/neuralsearch/processor/DocumentChunkingProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public IngestDocument execute(IngestDocument document) {
143143
for (Object contentElement : contentList) {
144144
if (!(contentElement instanceof String)) {
145145
throw new IllegalArgumentException(
146-
"element in input field list ["
146+
"some element in input field list ["
147147
+ inputField
148148
+ "] of type ["
149149
+ contentElement.getClass().getName()

0 commit comments

Comments
 (0)