#594 - ElasticSearch - Add match / TextExpression support (Full text search expression)

This commit is contained in:
Robin Bygrave
2016-03-09 21:48:22 +13:00
parent 3c63b79324
commit 34dcc98908
37 changed files with 860 additions and 79 deletions
@@ -16,8 +16,6 @@ import java.util.List;
*/
class InQueryExpression extends AbstractExpression implements UnsupportedDocStoreExpression {
private static final long serialVersionUID = 666990277309851644L;
private final boolean not;
private final SpiQuery<?> subQuery;