- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for fragmentSize (0.31 sec)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
queryFieldConfig.highlightedFields( stream -> stream.forEach(hf -> highlightBuilder.field(new HighlightBuilder.Field(hf).highlighterType(highlighterType) .fragmentSize(fragmentSize) .numOfFragments(numOfFragments) .boundaryChars(boundaryChars) .boundaryMaxScan(boundaryMaxScan)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
if (width < TABLET_WIDTH) { 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)