mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user