Module org.elasticsearch.server
Class SearchAfterBuilder
java.lang.Object
org.elasticsearch.search.searchafter.SearchAfterBuilder
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.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
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.lucene.search.FieldDocbuildFieldDoc(SortAndFormats sort, Object[] values, String collapseField) booleanstatic SearchAfterBuilderfromXContent(XContentParser parser) Object[]inthashCode()voidinnerToXContent(XContentBuilder builder) setSortValues(Object[] values) toString()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
SEARCH_AFTER
-
-
Constructor Details
-
SearchAfterBuilder
public SearchAfterBuilder() -
SearchAfterBuilder
Read from a stream.- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
setSortValues
-
getSortValues
-
buildFieldDoc
public static org.apache.lucene.search.FieldDoc buildFieldDoc(SortAndFormats sort, Object[] values, @Nullable String collapseField) -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
innerToXContent
- Throws:
IOException
-
fromXContent
- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-