Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for isCrawlerDocumentDuplicateTermRemoved (0.6 seconds)

  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
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Mar 30 14:27:04 GMT 2026
    - 17.4K bytes
    - Click Count (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>
    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)
Back to Top