public class GetResultBuilder extends Object
| Constructor and Description |
|---|
GetResultBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.index.get.GetResult |
build() |
GetResultBuilder |
index(String index) |
GetResultBuilder |
replacedIndex(String index) |
GetResultBuilder |
response(org.elasticsearch.action.get.GetResponse response) |
public GetResultBuilder index(String index)
public GetResultBuilder replacedIndex(String index)
public GetResultBuilder response(org.elasticsearch.action.get.GetResponse response)
public org.elasticsearch.index.get.GetResult build()
Copyright © 2015–2017 Red Hat. All rights reserved.