- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for indexingTarget (0.06 sec)
-
src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java
} else { // timestamp putResultDataBody(dataMap, fessConfig.getIndexFieldTimestamp(), now); } // indexingTarget putResultDataBody(dataMap, Constants.INDEXING_TARGET, indexingTarget); // boost putResultDataBody(dataMap, fessConfig.getIndexFieldBoost(), crawlingConfig.getDocumentBoost()); // label: labelType
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
} else { // timestamp putResultDataBody(dataMap, fessConfig.getIndexFieldTimestamp(), now); } // indexingTarget putResultDataBody(dataMap, Constants.INDEXING_TARGET, indexingTarget); // boost putResultDataBody(dataMap, fessConfig.getIndexFieldBoost(), crawlingConfig.getDocumentBoost()); // label: labelType
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** 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. */ public static final String NUM_OF_THREADS = "numOfThreads"; // ============================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
if (Constants.FALSE.equals(map.get(Constants.INDEXING_TARGET))) { if (logger.isDebugEnabled()) { logger.debug("Skipped. This document is not a index target. "); } continue; } map.remove(Constants.INDEXING_TARGET); updateDocument(map);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 32.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 28.9K bytes - Viewed (0)