DATAES-227 - Polishing.

This commit is contained in:
Peter-Josef Meisch 2019-09-27 21:35:28 +02:00
parent 8a1242fdbd
commit 52105fcdcc
3 changed files with 8 additions and 8 deletions

View File

@ -55,7 +55,6 @@ import org.elasticsearch.action.search.SearchRequest;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.action.search.SearchScrollRequest;
import org.elasticsearch.action.update.UpdateRequest;
import org.elasticsearch.action.update.UpdateRequestBuilder;
import org.elasticsearch.action.update.UpdateResponse;
import org.elasticsearch.client.RequestOptions;
import org.elasticsearch.client.Requests;

View File

@ -124,7 +124,8 @@ import org.springframework.util.StringUtils;
* @author Farid Azaza
* @author Gyula Attila Csorogi
*/
public class ElasticsearchTemplate extends AbstractElasticsearchTemplate implements ElasticsearchOperations, EsClient<Client>, ApplicationContextAware {
public class ElasticsearchTemplate extends AbstractElasticsearchTemplate
implements ElasticsearchOperations, EsClient<Client>, ApplicationContextAware {
private static final Logger QUERY_LOGGER = LoggerFactory
.getLogger("org.springframework.data.elasticsearch.core.QUERY");