We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6f2b4 commit 57a4a20Copy full SHA for 57a4a20
src/main/java/org/opensearch/neuralsearch/processor/DocumentChunkingProcessor.java
@@ -143,7 +143,7 @@ public IngestDocument execute(IngestDocument document) {
143
for (Object contentElement : contentList) {
144
if (!(contentElement instanceof String)) {
145
throw new IllegalArgumentException(
146
- "element in input field list ["
+ "some element in input field list ["
147
+ inputField
148
+ "] of type ["
149
+ contentElement.getClass().getName()
0 commit comments