File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/main/java/com/bellszhu/elasticsearch/plugin/synonym/analysis Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 33 */
44package com .bellszhu .elasticsearch .plugin .synonym .analysis ;
55
6- import org .apache .http .Header ;
7- import org .apache .http .HeaderElement ;
8- import org .apache .http .HeaderIterator ;
9- import org .apache .http .HttpEntity ;
10- import org .apache .http .ProtocolVersion ;
11- import org .apache .http .StatusLine ;
126import org .apache .http .client .config .RequestConfig ;
137import org .apache .http .client .methods .CloseableHttpResponse ;
148import org .apache .http .client .methods .HttpGet ;
159import org .apache .http .client .methods .HttpHead ;
1610import org .apache .http .client .methods .HttpUriRequest ;
1711import org .apache .http .impl .client .CloseableHttpClient ;
1812import org .apache .http .impl .client .HttpClients ;
19- import org .apache .http .params .HttpParams ;
2013import org .apache .logging .log4j .LogManager ;
2114import org .apache .logging .log4j .Logger ;
2215import org .apache .lucene .analysis .Analyzer ;
3326import java .security .AccessController ;
3427import java .security .PrivilegedAction ;
3528import java .text .ParseException ;
36- import java .util .Locale ;
3729
3830/**
3931 * @author bellszhu
You can’t perform that action at this time.
0 commit comments