Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isCrawlerDocumentDuplicateTermRemoved (0.74 sec)

  1. src/main/java/org/codelibs/fess/helper/DocumentHelper.java

         */
        protected boolean isDuplicateTermRemoved() {
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            return fessConfig.isCrawlerDocumentDuplicateTermRemoved();
        }
    
        /**
         * Gets the array of space character codes from configuration.
         *
         * @return array of character codes to be treated as spaces
         */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 17.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Whether to remove duplicate terms in documents.
         * @return The determination, true or false. (if not found, exception but basically no way)
         */
        boolean isCrawlerDocumentDuplicateTermRemoved();
    
        /**
         * Get the value for the key 'crawler.document.space.chars'. <br>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
Back to top