- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for crawlingInfoBhv (0.13 sec)
-
src/main/java/org/codelibs/fess/es/config/exbhv/CrawlingInfoBhv.java
import java.util.regex.Pattern; import org.codelibs.fess.es.config.bsbhv.BsCrawlingInfoBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class CrawlingInfoBhv extends BsCrawlingInfoBhv { private String indexName = null; @Override protected String asEsIndex() { if (indexName == null) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/exentity/CrawlingInfoParam.java
asDocMeta().version(version); } public OptionalEntity<CrawlingInfo> getCrawlingInfo() { if (crawlingInfo != null) { final CrawlingInfoBhv crawlingInfoBhv = ComponentUtil.getComponent(CrawlingInfoBhv.class); crawlingInfo = crawlingInfoBhv.selectEntity(cb -> { cb.query().docMeta().setId_Equal(getCrawlingInfoId()); }); } return crawlingInfo; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
protected CrawlingInfoParamBhv crawlingInfoParamBhv; @Resource protected CrawlingInfoBhv crawlingInfoBhv; @Resource protected FessConfig fessConfig; public List<CrawlingInfo> getCrawlingInfoList(final CrawlingInfoPager crawlingInfoPager) { final PagingResultBean<CrawlingInfo> crawlingInfoList = crawlingInfoBhv.selectPage(cb -> {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 13.4K bytes - Viewed (0) -
src/main/resources/esflute_config.xml
<component name="boostDocumentRuleBhv" class="org.codelibs.fess.es.config.exbhv.BoostDocumentRuleBhv"/> <component name="crawlingInfoBhv" class="org.codelibs.fess.es.config.exbhv.CrawlingInfoBhv"/> <component name="crawlingInfoParamBhv" class="org.codelibs.fess.es.config.exbhv.CrawlingInfoParamBhv"/> <component name="dataConfigBhv" class="org.codelibs.fess.es.config.exbhv.DataConfigBhv"/>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Nov 28 12:59:14 UTC 2018 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoDbm.java
return "org.codelibs.fess.es.config.cbean.CrawlingInfoCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.es.config.exbhv.CrawlingInfoBhv"; } // =================================================================================== // Object Type
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.7K bytes - Viewed (0)