| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.query |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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(BytesReference source)
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–2016. All rights reserved.