mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
IndicesQueryBuilder generates the wrong query name, closes #1485.
This commit is contained in:
parent
d69aa525b9
commit
05f98634d8
@ -39,7 +39,7 @@ public class IndicesQueryBuilder extends BaseQueryBuilder {
|
||||
}
|
||||
|
||||
@Override protected void doXContent(XContentBuilder builder, Params params) throws IOException {
|
||||
builder.startObject(CustomBoostFactorQueryParser.NAME);
|
||||
builder.startObject(IndicesQueryParser.NAME);
|
||||
builder.field("query");
|
||||
queryBuilder.toXContent(builder, params);
|
||||
builder.field("indices", indices);
|
||||
|
Loading…
x
Reference in New Issue
Block a user