public interface ESQueryMapper<T extends SearchQuery>
Modifier and Type | Method and Description |
---|---|
org.elasticsearch.index.query.QueryBuilder |
map(T query)
Transform a v2 query into a ES query.
|
org.elasticsearch.index.query.QueryBuilder map(T query)
query
- the v2 query to transformIllegalArgumentException
- if the query is null or invalidCopyright © 2003–2016 Atlassian. All rights reserved.