- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for preTags (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/entity/HighlightInfo.java
*/ public String[] getPreTags() { return preTags; } /** * Sets the custom pre-tags for highlighting with fluent interface. * * @param preTags the pre-tags to set * @return this HighlightInfo instance for method chaining */ public HighlightInfo preTags(final String... preTags) { this.preTags = preTags; return this; } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 05 10:17:07 GMT 2026 - 5.2K bytes - Click Count (0)