| | |
| | | import org.elasticsearch.action.search.SearchRequest;
|
| | | import org.elasticsearch.action.search.SearchResponse;
|
| | | import org.elasticsearch.action.update.UpdateRequest;
|
| | | //import org.elasticsearch.action.update.UpdateRequest;
|
| | | import org.elasticsearch.client.RequestOptions;
|
| | | import org.elasticsearch.common.unit.TimeValue;
|
| | | import org.elasticsearch.common.xcontent.XContentType;
|
| | |
| | | import org.elasticsearch.search.SearchHit;
|
| | | import org.elasticsearch.search.SearchHits;
|
| | | import org.elasticsearch.search.builder.SearchSourceBuilder;
|
| | | import org.springframework.data.elasticsearch.annotations.Document;
|
| | | import org.springframework.stereotype.Repository;
|
| | | import org.yeshi.utils.JsonUtil;
|
| | | import org.yeshi.utils.elasticsearch.Document;
|
| | |
|
| | | import com.google.gson.Gson;
|
| | | import com.google.gson.GsonBuilder;
|