Remove obsolete NoopSearchRequestBuilder#setNoStoredFields()

This commit is contained in:
Daniel Mitterdorfer 2016-08-26 09:58:53 +02:00
parent 7b81c4ca59
commit 4460998ff8
1 changed files with 0 additions and 8 deletions

View File

@ -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
*/