Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getNumOfFragments (0.06 seconds)

  1. src/main/java/org/codelibs/fess/entity/HighlightInfo.java

            this.fragmentSize = fragmentSize;
            return this;
        }
    
        /**
         * Gets the number of fragments.
         *
         * @return the maximum number of highlighted fragments
         */
        public int getNumOfFragments() {
            return numOfFragments;
        }
    
        /**
         * Sets the number of fragments with fluent interface.
         *
         * @param numOfFragments the maximum number of highlighted fragments
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 05 10:17:07 GMT 2026
    - 5.2K bytes
    - Click Count (0)
Back to Top