- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for indexingTarget (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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: labelTypeCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 55.3K bytes - Click Count (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"; // ============================================================Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (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 indexing (not a target): url={}", accessResult.getUrl()); } continue; } map.remove(Constants.INDEXING_TARGET); updateDocument(map);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 32.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 29.7K bytes - Click Count (3)