Uses of Class
org.elasticsearch.index.query.WrapperQueryBuilder

Packages that use WrapperQueryBuilder
org.elasticsearch.index.query   
 

Uses of WrapperQueryBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return WrapperQueryBuilder
static WrapperQueryBuilder QueryBuilders.wrapperQuery(byte[] source, int offset, int length)
          A Query builder which allows building a query thanks to a JSON string or binary data.
static WrapperQueryBuilder QueryBuilders.wrapperQuery(String source)
          A Query builder which allows building a query thanks to a JSON string or binary data.
 



Copyright © 2009-2012. All Rights Reserved.