if (defaultSearchRequest.indices() != null) {
copy.indices(defaultSearchRequest.indices());
}
copy.types(defaultSearchRequest.types());
copy.searchType(defaultSearchRequest.searchType());
copy.source(defaultSearchRequest.source(), true);
copy.extraSource(defaultSearchRequest.extraSource(), true);
copy.routing(defaultSearchRequest.routing());
copy.preference(defaultSearchRequest.preference());
competitor.settings().addSearchRequest(copy);
}