add getCrawlerClientCreator
This commit is contained in:
parent
eeeb2a6c91
commit
b1efebf23f
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,7 @@ import org.codelibs.core.crypto.CachedCipher;
|
|||
import org.codelibs.core.misc.DynamicProperties;
|
||||
import org.codelibs.fess.api.WebApiManagerFactory;
|
||||
import org.codelibs.fess.auth.AuthenticationManager;
|
||||
import org.codelibs.fess.crawler.client.CrawlerClientCreator;
|
||||
import org.codelibs.fess.crawler.client.CrawlerClientFactory;
|
||||
import org.codelibs.fess.crawler.entity.EsAccessResult;
|
||||
import org.codelibs.fess.crawler.extractor.ExtractorFactory;
|
||||
|
@ -422,6 +423,10 @@ public final class ComponentUtil {
|
|||
return getComponent(CrawlerClientFactory.class);
|
||||
}
|
||||
|
||||
public static CrawlerClientCreator getCrawlerClientCreator() {
|
||||
return getComponent(CrawlerClientCreator.class);
|
||||
}
|
||||
|
||||
public static RelatedQueryHelper getRelatedQueryHelper() {
|
||||
return getComponent(RELATED_QUERY_HELPER);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue