mirror of https://github.com/apache/lucene.git
IndexingChain.validateMaxVectorDimension: add missing space in IllegalArgumentException wording (#12605)
This commit is contained in:
parent
f01f3679bb
commit
e02f1b1d29
|
@ -843,8 +843,7 @@ final class IndexingChain implements Accountable {
|
|||
throw new IllegalArgumentException(
|
||||
"Field ["
|
||||
+ fieldName
|
||||
+ "]"
|
||||
+ "vector's dimensions must be <= ["
|
||||
+ "] vector's dimensions must be <= ["
|
||||
+ maxVectorDim
|
||||
+ "]; got "
|
||||
+ vectorDim);
|
||||
|
|
Loading…
Reference in New Issue