Uses of Class
org.elasticsearch.index.query.NestedQueryBuilder
-
Packages that use NestedQueryBuilder Package Description org.elasticsearch.index.query -
-
Uses of NestedQueryBuilder in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return NestedQueryBuilder Modifier and Type Method Description static NestedQueryBuilderNestedQueryBuilder. fromXContent(XContentParser parser)NestedQueryBuilderNestedQueryBuilder. ignoreUnmapped(boolean ignoreUnmapped)Sets whether the query builder should ignore unmapped paths (and run aMatchNoDocsQueryin place of this query) or throw an exception if the path is unmapped.NestedQueryBuilderNestedQueryBuilder. innerHit(InnerHitBuilder innerHitBuilder)Methods in org.elasticsearch.index.query with parameters of type NestedQueryBuilder Modifier and Type Method Description protected booleanNestedQueryBuilder. doEquals(NestedQueryBuilder that)
-