- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isCrawlerDocumentAppendData (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/crawler/transformer/FessTransformer.java
final FessConfig fessConfig = ComponentUtil.getFessConfig(); if (fessConfig.getIndexFieldUrl().equals(key) || !dataMap.containsKey(key) || !getFessConfig().isCrawlerDocumentAppendData()) { dataMap.put(key, value); } else { final Object oldValue = dataMap.get(key); final Object[] oldValues; if (oldValue instanceof Object[]) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 11 09:47:03 GMT 2025 - 14.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. true <br> * comment: Whether to append data to documents. * @return The determination, true or false. (if not found, exception but basically no way) */ boolean isCrawlerDocumentAppendData(); /** * Get the value for the key 'crawler.document.append.filename'. <br> * The value is, e.g. false <br> * comment: Whether to append filename to documents.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)