- Sort Score
- Result 10 results
- Languages All
Results 41 - 46 of 46 for crawlinginfo (0.06 sec)
-
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
* @throws CrawlerSystemException if data deserialization fails */ public Map<String, Object> processRequest(final CrawlingConfig crawlingConfig, final String crawlingInfoId, final String url) { if (StringUtil.isBlank(crawlingInfoId)) { throw new CrawlingAccessException("sessionId is null."); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/config/es/fess_config_crawling_info_param.json
{ "fess_config.crawling_info_param" : { "aliases" : { }, "mappings" : { "crawling_info_param" : { "properties" : { "crawlingInfoId" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "key" : { "type" : "keyword" }, "value" : { "type" : "keyword" } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 775 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsCrawlingInfoParamCB.java
columnList.add(name); } public void columnId() { doColumn("_id"); } public void columnCrawlingInfoId() { doColumn("crawlingInfoId"); } public void columnCreatedTime() { doColumn("createdTime"); } public void columnKey() { doColumn("key"); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/resources/esclient.xml
</postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.boost_document_rule/boost_document_rule"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.crawling_info/crawling_info"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.crawling_info_param/crawling_info_param"</arg> </postConstruct> <postConstruct name="addIndexConfig">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 16K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsCrawlingInfoParamBhv.java
try { final RESULT result = entityType.newInstance(); result.setCrawlingInfoId(DfTypeUtil.toString(source.get("crawlingInfoId"))); result.setCreatedTime(DfTypeUtil.toLong(source.get("createdTime"))); result.setKey(DfTypeUtil.toString(source.get("key"))); result.setValue(DfTypeUtil.toString(source.get("value")));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Session identifier key. */ public static final String SESSION_ID = "sessionId"; /** Crawling information identifier key. */ public static final String CRAWLING_INFO_ID = "crawlingInfoId"; /** Indexing target identifier key. */ public static final String INDEXING_TARGET = "indexingTarget"; /** Number of threads configuration key. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0)