Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
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–2015. All rights reserved.