Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
IdsQueryBuilder |
IdsQueryBuilder.addIds(String... ids)
Adds ids to the filter.
|
IdsQueryBuilder |
IdsQueryBuilder.boost(float boost)
Sets the boost for this query.
|
IdsQueryBuilder |
IdsQueryBuilder.ids(String... ids)
Adds ids to the filter.
|
static IdsQueryBuilder |
QueryBuilders.idsQuery(String... types)
Constructs a query that will match only specific ids within types.
|
IdsQueryBuilder |
IdsQueryBuilder.queryName(String queryName)
Sets the query name for the filter that can be used when searching for matched_filters per hit.
|
Copyright © 2009–2015. All rights reserved.