Package io.inversion.elasticsearch
Class WrappedQueryBuilder
java.lang.Object
io.inversion.elasticsearch.WrappedQueryBuilder
At the time of this writing, Elastic NestedQueryBuilders do not give access to the nested path
once created. This makes it impossible to create a multi-nested query from the inside out, which
is how Inversion RQL is translated. Therefore, this class was created to maintain access to
data used to create the QueryBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedQueryBuilder(org.elasticsearch.index.query.QueryBuilder qb, io.inversion.rql.Term t, String path) -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.index.query.QueryBuilderbooleanvoidsetBuilder(org.elasticsearch.index.query.QueryBuilder builder) toString()
-
Constructor Details
-
WrappedQueryBuilder
public WrappedQueryBuilder(org.elasticsearch.index.query.QueryBuilder qb, io.inversion.rql.Term t, String path)
-
-
Method Details