public class SearchCallFactory extends Object
| Constructor and Description |
|---|
SearchCallFactory(HttpCall.Factory http) |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.HttpUrl |
lenientSearch(List<String> indices,
String type)
Matches the behavior of
IndicesOptions#lenientExpandOpen() |
<V> HttpCall<V> |
newCall(SearchRequest request,
HttpCall.BodyConverter<V> bodyConverter) |
public SearchCallFactory(HttpCall.Factory http)
public <V> HttpCall<V> newCall(SearchRequest request, HttpCall.BodyConverter<V> bodyConverter)
Copyright © 2015–2017 OpenZipkin. All rights reserved.