Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for getCrawlerDocumentFileNoTitleLabel (0.16 seconds)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Label to use when a file has no title.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCrawlerDocumentFileNoTitleLabel();
    
        /**
         * Get the value for the key 'crawler.document.file.ignore.empty.content'. <br>
         * The value is, e.g. false <br>
         * comment: Whether to ignore files with empty content.
    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)
  2. src/test/java/org/codelibs/fess/crawler/transformer/FessFileTransformerTest.java

    Shinsuke Sugaya <******@****.***> 1768400947 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 14.4K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java

                                fessConfig.getCrawlerDocumentFileMaxTitleLengthAsInteger()));
                    } else {
                        putResultDataBody(dataMap, titleField, fessConfig.getCrawlerDocumentFileNoTitleLabel());
                    }
                } else if (StringUtil.isBlank(fileName)) {
                    putResultDataBody(dataMap, titleField, decodeUrlAsName(url, url.startsWith("file:")));
                } else {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 25.7K bytes
    - Click Count (0)
Back to Top