Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isCrawlerDocumentDuplicateTermRemoved (0.98 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 17.2K 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top