Uses of Class
org.elasticsearch.index.query.MatchAllQueryBuilder
-
Packages that use MatchAllQueryBuilder Package Description org.elasticsearch.index.query -
-
Uses of MatchAllQueryBuilder in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return MatchAllQueryBuilder Modifier and Type Method Description static MatchAllQueryBuilderMatchAllQueryBuilder. fromXContent(XContentParser parser)static MatchAllQueryBuilderQueryBuilders. matchAllQuery()A query that matches on all documents.Methods in org.elasticsearch.index.query with parameters of type MatchAllQueryBuilder Modifier and Type Method Description protected booleanMatchAllQueryBuilder. doEquals(MatchAllQueryBuilder other)
-