ExplainRequestBuilder |
ExplainRequestBuilder.setFetchSource(boolean fetch) |
Indicates whether the response should contain the stored _source
|
ExplainRequestBuilder |
ExplainRequestBuilder.setFetchSource(String[] includes,
String[] excludes) |
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard
elements.
|
ExplainRequestBuilder |
ExplainRequestBuilder.setFetchSource(String include,
String exclude) |
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard
elements.
|
ExplainRequestBuilder |
ExplainRequestBuilder.setId(String id) |
Sets the id to get a score explanation for.
|
ExplainRequestBuilder |
ExplainRequestBuilder.setParent(String parent) |
Simple sets the routing.
|
ExplainRequestBuilder |
ExplainRequestBuilder.setPreference(String preference) |
Sets the shard preference.
|
ExplainRequestBuilder |
ExplainRequestBuilder.setQuery(QueryBuilder query) |
Sets the query to get a score explanation for.
|
ExplainRequestBuilder |
ExplainRequestBuilder.setRouting(String routing) |
Sets the routing for sharding.
|
ExplainRequestBuilder |
ExplainRequestBuilder.setStoredFields(String... fields) |
Explicitly specify the stored fields that will be returned for the explained document.
|
ExplainRequestBuilder |
ExplainRequestBuilder.setType(String type) |
Sets the type to get a score explanation for.
|