Remove obsolete NoopSearchRequestBuilder#setNoStoredFields()
This commit is contained in:
parent
7b81c4ca59
commit
4460998ff8
|
@ -248,14 +248,6 @@ public class NoopSearchRequestBuilder extends ActionRequestBuilder<SearchRequest
|
|||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets no fields to be loaded, resulting in only id and type to be returned per field.
|
||||
*/
|
||||
public NoopSearchRequestBuilder setNoStoredFields() {
|
||||
sourceBuilder().noStoredFields();
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Indicates whether the response should contain the stored _source for every hit
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue