Package org.elasticsearch.action.index
Class IndexResponse.Builder
java.lang.Object
org.elasticsearch.action.DocWriteResponse.Builder
org.elasticsearch.action.index.IndexResponse.Builder
- Enclosing class:
- IndexResponse
Builder class for
IndexResponse
. This builder is usually used during xcontent parsing to
temporarily store the parsed values, then the build()
method is called to
instantiate the IndexResponse
.-
Field Summary
Fields inherited from class org.elasticsearch.action.DocWriteResponse.Builder
forcedRefresh, id, primaryTerm, result, seqNo, shardId, shardInfo, type, version
-
Constructor Summary
-
Method Summary
Methods inherited from class org.elasticsearch.action.DocWriteResponse.Builder
getId, getShardId, getType, setForcedRefresh, setId, setPrimaryTerm, setResult, setSeqNo, setShardId, setShardInfo, setType, setVersion
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
- Specified by:
build
in classDocWriteResponse.Builder
-