#616 - ElasticSearch expression - IllegalArgumentException: unhandled type class org.example.domain.Customer

This commit is contained in:
Robin Bygrave
2016-03-23 18:08:37 +13:00
parent a9d7ea0299
commit a227f8c469
4 changed files with 36 additions and 15 deletions
@@ -2,6 +2,7 @@ package com.avaje.ebeaninternal.server.expression;
import com.avaje.ebean.Junction;
import com.avaje.ebean.LikeType;
import com.avaje.ebean.plugin.ExpressionPath;
import com.avaje.ebean.search.Match;
import com.avaje.ebean.search.MultiMatch;
import com.avaje.ebean.search.TextCommonTerms;
@@ -142,4 +143,8 @@ public interface DocQueryContext {
*/
void endBoolGroup() throws IOException;
/**
* Return the expression path for the given property path.
*/
ExpressionPath getExpressionPath(String propName);
}