mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 00:19:11 +00:00
adapt changes from upstream
This commit is contained in:
parent
d7187238a2
commit
912e2ee69e
@ -147,7 +147,7 @@ public class MultiMatchQueryBuilder extends AbstractQueryBuilder<MultiMatchQuery
|
||||
}
|
||||
}
|
||||
if (type == null) {
|
||||
throw new ElasticsearchParseException("failed to parse [{}] query type [{}]. unknown type.", MultiMatchQueryParser.NAME, value);
|
||||
throw new ElasticsearchParseException("failed to parse [{}] query type [{}]. unknown type.", NAME, value);
|
||||
}
|
||||
return type;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user