|
@@ -20,7 +20,6 @@
|
|
|
package org.elasticsearch.rest.action.search;
|
|
|
|
|
|
import org.apache.lucene.search.Explanation;
|
|
|
-import org.apache.lucene.util.IOUtils;
|
|
|
import org.elasticsearch.action.explain.ExplainRequest;
|
|
|
import org.elasticsearch.action.explain.ExplainResponse;
|
|
|
import org.elasticsearch.client.node.NodeClient;
|
|
@@ -28,7 +27,6 @@ import org.elasticsearch.common.Strings;
|
|
|
import org.elasticsearch.common.inject.Inject;
|
|
|
import org.elasticsearch.common.settings.Settings;
|
|
|
import org.elasticsearch.common.xcontent.XContentBuilder;
|
|
|
-import org.elasticsearch.common.xcontent.XContentParser;
|
|
|
import org.elasticsearch.index.get.GetResult;
|
|
|
import org.elasticsearch.index.query.QueryBuilder;
|
|
|
import org.elasticsearch.indices.query.IndicesQueriesRegistry;
|