Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fragmentSize (0.08 sec)

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

        public HighlightInfo type(final String type) {
            this.type = type;
            return this;
        }
    
        public int getFragmentSize() {
            return fragmentSize;
        }
    
        public HighlightInfo fragmentSize(final int fragmentSize) {
            this.fragmentSize = fragmentSize;
            return this;
        }
    
        public int getNumOfFragments() {
            return numOfFragments;
        }
    
    Registered: Mon Oct 28 08:04:08 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top