mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#594 ElasticSearch - Add match / TextExpression support - move expressions onto ExpressionList (remove TextExpressionList)
This commit is contained in:
@@ -357,6 +357,6 @@ public interface ExpressionFactory {
|
||||
* This is doc store Elastic only.
|
||||
* </p>
|
||||
*/
|
||||
<T> TextJunction<T> textJunction(Query<T> query, TextExpressionList<T> parent, TextJunction.Type type);
|
||||
<T> Junction<T> textJunction(Query<T> query, ExpressionList<T> parent, Junction.Type type);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user