Uses of Class
org.elasticsearch.index.query.IdsQueryBuilder
-
Packages that use IdsQueryBuilder Package Description org.elasticsearch.index.query -
-
Uses of IdsQueryBuilder in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return IdsQueryBuilder Modifier and Type Method Description IdsQueryBuilderIdsQueryBuilder. addIds(String... ids)Adds ids to the query.static IdsQueryBuilderIdsQueryBuilder. fromXContent(XContentParser parser)static IdsQueryBuilderQueryBuilders. idsQuery()Constructs a query that will match only specific ids within all types.IdsQueryBuilderIdsQueryBuilder. types(String... types)Deprecated.Types are in the process of being removed, prefer to filter on a field instead.Methods in org.elasticsearch.index.query with parameters of type IdsQueryBuilder Modifier and Type Method Description protected booleanIdsQueryBuilder. doEquals(IdsQueryBuilder other)
-