Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getFragmentSize (0.1 sec)

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

                float ratio = (float) width / (float) TABLET_WIDTH;
                if (ratio < 0.5) {
                    ratio = 0.5f;
                }
                highlightInfo.fragmentSize((int) (highlightInfo.getFragmentSize() * ratio));
            }
        }
    
        /**
         * Gets the URL link for a document with proper protocol handling.
         * Handles file, SMB, FTP, and HTTP protocols.
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

                    final FessConfig fessConfig) {
                final String highlighterType = highlightInfo.getType();
                final int fragmentSize = highlightInfo.getFragmentSize();
                final int numOfFragments = highlightInfo.getNumOfFragments();
                final int fragmentOffset = highlightInfo.getFragmentOffset();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top