#594 ElasticSearch - Add match / TextExpression support - move expressions onto ExpressionList (remove TextExpressionList)

This commit is contained in:
Robin Bygrave
2016-03-18 12:51:39 +13:00
parent cb347ff5fa
commit 636acc61e5
16 changed files with 305 additions and 359 deletions
@@ -1,7 +1,7 @@
package com.avaje.ebeaninternal.server.expression;
import com.avaje.ebean.Junction;
import com.avaje.ebean.LikeType;
import com.avaje.ebean.TextJunction;
import com.avaje.ebean.search.Match;
import com.avaje.ebean.search.MultiMatch;
import com.avaje.ebean.search.TextCommonTerms;
@@ -130,7 +130,7 @@ public interface DocQueryContext {
/**
* Start a Must, Must Not or Should list.
*/
void startBoolGroupList(TextJunction.Type type) throws IOException;
void startBoolGroupList(Junction.Type type) throws IOException;
/**
* End a Must, Must Not or Should list.