#589 - ElasticSearch - refactor to DocQueryContext

This commit is contained in:
Robin Bygrave
2016-03-08 00:00:02 +13:00
parent da8766533f
commit 37b86f2191
32 changed files with 155 additions and 788 deletions
@@ -41,7 +41,7 @@ class InQueryExpression extends AbstractExpression implements UnsupportedDocStor
}
@Override
public void writeElastic(ElasticExpressionContext context) throws IOException {
public void writeDocQuery(DocQueryContext context) throws IOException {
throw new IllegalStateException("Not supported");
}