- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for fragmentSize (0.08 sec)
-
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)