public interface NestedSort
| 限定符和类型 | 方法和说明 |
|---|---|
NestedSort |
filter(Object condition) |
NestedSort |
maxChildren(int maxChildren) |
NestedSort |
nested(NestedSort nestedSort) |
static NestedSort |
of(String path) |
org.elasticsearch.search.sort.NestedSortBuilder |
toNestedSortBuilder() |
static NestedSort of(String path)
NestedSort filter(Object condition)
NestedSort maxChildren(int maxChildren)
NestedSort nested(NestedSort nestedSort)
org.elasticsearch.search.sort.NestedSortBuilder toNestedSortBuilder()
Copyright © 2021. All rights reserved.