You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, Big thanks for this magic framework, I used it for MongoDB, It's work probably.
I need your help to use it in the Elastic search. Condition<GeneralQueryBuilder> condition = pipeline.apply("firstName==Paul;age==30", ContainerSearch.class); QueryBuilder query = condition.query(new ElasticsearchVisitor());
this code not compiled because; "Incompatible equality constraint: Void and Context"
Please, can you guide me to use elastic search?
Note:
QueryBuilder from org.elasticsearch.index.query
ElasticsearchVisitor from com.github.rutledgepaulv.qbuilders.visitors
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
First of all, Big thanks for this magic framework, I used it for MongoDB, It's work probably.
I need your help to use it in the Elastic search.
Condition<GeneralQueryBuilder> condition = pipeline.apply("firstName==Paul;age==30", ContainerSearch.class); QueryBuilder query = condition.query(new ElasticsearchVisitor());
this code not compiled because; "Incompatible equality constraint: Void and Context"
Please, can you guide me to use elastic search?
Note:
QueryBuilder from org.elasticsearch.index.query
ElasticsearchVisitor from com.github.rutledgepaulv.qbuilders.visitors
Thanks
The text was updated successfully, but these errors were encountered: