- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isCrawlerDocumentAppendFilename (0.11 seconds)
-
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
final String content = documentHelper.getContent(crawlingConfig, responseData, body, dataMap); if (StringUtil.isNotBlank(fileName) && fessConfig.isCrawlerDocumentAppendFilename()) { putResultDataBody(dataMap, fessConfig.getIndexFieldContent(), content + " " + fileName); } else { putResultDataBody(dataMap, fessConfig.getIndexFieldContent(), content);
Created: 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/mylasta/direction/FessConfig.java
* The value is, e.g. false <br> * comment: Whether to append filename to documents. * @return The determination, true or false. (if not found, exception but basically no way) */ boolean isCrawlerDocumentAppendFilename(); /** * Get the value for the key 'crawler.document.max.alphanum.term.size'. <br> * The value is, e.g. 20 <br> * comment: Maximum size of alphanumeric terms in 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)