|
@@ -1,22 +0,0 @@
|
|
|
-package com.winhc.phoenix.example.service.impl;
|
|
|
-
|
|
|
-import com.winhc.phoenix.example.configuration.DynamicElasticSearchClient;
|
|
|
-import com.winhc.phoenix.example.enums.ElasticsearchCluster;
|
|
|
-import com.winhc.phoenix.example.service.ElasticsearchProxyService;
|
|
|
-import lombok.AllArgsConstructor;
|
|
|
-import org.springframework.stereotype.Service;
|
|
|
-
|
|
|
-/**
|
|
|
- * @author: XuJiakai
|
|
|
- * 2021/9/13 17:20
|
|
|
- */
|
|
|
-@Service
|
|
|
-@AllArgsConstructor
|
|
|
-public class ElasticsearchProxyServiceImpl implements ElasticsearchProxyService {
|
|
|
- private final DynamicElasticSearchClient dynamicElasticSearchClient;
|
|
|
-
|
|
|
- @Override
|
|
|
- public String query(ElasticsearchCluster cluster, String index, String content) {
|
|
|
- return null;
|
|
|
- }
|
|
|
-}
|