File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
client/rest-high-level/src/test/java/org/elasticsearch/client/documentation Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 5757import org .elasticsearch .client .rollup .job .config .TermsGroupConfig ;
5858import org .elasticsearch .cluster .health .ClusterHealthStatus ;
5959import org .elasticsearch .common .unit .TimeValue ;
60- import org .elasticsearch .common .xcontent .support .XContentMapValues ;
6160import org .elasticsearch .rest .RestStatus ;
6261import org .elasticsearch .search .aggregations .bucket .histogram .DateHistogramInterval ;
63- import org .junit .After ;
6462import org .junit .Before ;
6563
66- import java .io .BufferedReader ;
6764import java .io .IOException ;
68- import java .io .InputStreamReader ;
69- import java .nio .charset .StandardCharsets ;
7065import java .util .ArrayList ;
7166import java .util .Arrays ;
7267import java .util .List ;
7570import java .util .concurrent .CountDownLatch ;
7671import java .util .concurrent .TimeUnit ;
7772
78- import static org .apache .lucene .util .LuceneTestCase .AwaitsFix ;
7973import static org .elasticsearch .common .xcontent .XContentFactory .jsonBuilder ;
8074import static org .hamcrest .Matchers .equalTo ;
8175import static org .hamcrest .Matchers .hasSize ;
You can’t perform that action at this time.
0 commit comments