Package org.elasticsearch.search.sort
Class NestedSortBuilder
java.lang.Object
org.elasticsearch.search.sort.NestedSortBuilder
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
public class NestedSortBuilder extends java.lang.Object implements Writeable, ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description static ParseFieldFILTER_FIELDstatic ParseFieldMAX_CHILDREN_FIELDstatic ParseFieldNESTED_FIELDstatic ParseFieldPATH_FIELD -
Constructor Summary
Constructors Constructor Description NestedSortBuilder(java.lang.String path)NestedSortBuilder(StreamInput in) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)static NestedSortBuilderfromXContent(XContentParser parser)QueryBuildergetFilter()intgetMaxChildren()NestedSortBuildergetNestedSort()java.lang.StringgetPath()inthashCode()NestedSortBuilderrewrite(QueryRewriteContext ctx)NestedSortBuildersetFilter(QueryBuilder filter)NestedSortBuildersetMaxChildren(int maxChildren)NestedSortBuildersetNestedSort(NestedSortBuilder nestedSortBuilder)XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this object's fields to a StreamOutput.
-
Field Details
-
Constructor Details
-
NestedSortBuilder
public NestedSortBuilder(java.lang.String path) -
NestedSortBuilder
- Throws:
java.io.IOException
-
-
Method Details
-
getPath
public java.lang.String getPath() -
getFilter
-
getMaxChildren
public int getMaxChildren() -
setFilter
-
setMaxChildren
-
getNestedSort
-
setNestedSort
-
writeTo
Write this object's fields to a StreamOutput. -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
fromXContent
- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
rewrite
- Throws:
java.io.IOException
-