We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03e089 commit fcb89edCopy full SHA for fcb89ed
x-pack/plugin/async-search/src/main/java/org/elasticsearch/xpack/search/AsyncSearchTask.java
@@ -6,6 +6,7 @@
6
*/
7
package org.elasticsearch.xpack.search;
8
9
+import org.apache.logging.log4j.Logger;
10
import org.apache.lucene.search.TotalHits;
11
import org.elasticsearch.ElasticsearchException;
12
import org.elasticsearch.ElasticsearchStatusException;
@@ -23,6 +24,7 @@
23
24
import org.elasticsearch.action.search.ShardSearchFailure;
25
import org.elasticsearch.action.search.TransportSearchAction;
26
import org.elasticsearch.client.internal.Client;
27
+import org.elasticsearch.common.logging.Loggers
28
import org.elasticsearch.core.Releasable;
29
import org.elasticsearch.core.TimeValue;
30
import org.elasticsearch.rest.RestStatus;
0 commit comments