Uses of Interface
org.codelibs.fess.es.config.exentity.CrawlingConfig
Packages that use CrawlingConfig
Package
Description
-
Uses of CrawlingConfig in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service with parameters of type CrawlingConfigModifier and TypeMethodDescriptionvoidFailureUrlService.store(CrawlingConfig crawlingConfig, String errorName, String url, Throwable e) -
Uses of CrawlingConfig in org.codelibs.fess.crawler.transformer
Methods in org.codelibs.fess.crawler.transformer with parameters of type CrawlingConfigModifier and TypeMethodDescriptionAbstractFessFileTransformer.createExtractParams(org.codelibs.fess.crawler.entity.ResponseData responseData, CrawlingConfig crawlingConfig) -
Uses of CrawlingConfig in org.codelibs.fess.es.config.exentity
Classes in org.codelibs.fess.es.config.exentity that implement CrawlingConfigModifier and TypeClassDescriptionclassclassclassclassConstructors in org.codelibs.fess.es.config.exentity with parameters of type CrawlingConfig -
Uses of CrawlingConfig in org.codelibs.fess.helper
Fields in org.codelibs.fess.helper with type parameters of type CrawlingConfigModifier and TypeFieldDescriptionprotected com.google.common.cache.Cache<String,CrawlingConfig> CrawlingConfigHelper.crawlingConfigCacheprotected final Map<String,CrawlingConfig> CrawlingConfigHelper.crawlingConfigMapMethods in org.codelibs.fess.helper that return CrawlingConfigMethods in org.codelibs.fess.helper that return types with arguments of type CrawlingConfigModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<CrawlingConfig>CrawlingConfigHelper.getDefaultConfig(CrawlingConfig.ConfigType configType) Methods in org.codelibs.fess.helper with parameters of type CrawlingConfigModifier and TypeMethodDescriptionDocumentHelper.getContent(CrawlingConfig crawlingConfig, org.codelibs.fess.crawler.entity.ResponseData responseData, String content, Map<String, Object> dataMap) CrawlingInfoHelper.getDocumentExpires(CrawlingConfig config) DocumentHelper.processRequest(CrawlingConfig crawlingConfig, String crawlingInfoId, String url) CrawlingConfigHelper.store(String sessionId, CrawlingConfig crawlingConfig)