- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getFragmentSize (0.12 sec)
-
src/main/java/org/codelibs/fess/entity/HighlightInfo.java
} public String getType() { return type; } 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; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 2.1K bytes - Viewed (0)