- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getQueryHighlightTextFragmentType (0.13 sec)
-
src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java
docMap.put(hlPrefix + highlightField.getName(), text); } }); if (Constants.TEXT_FRAGMENT_TYPE_HIGHLIGHT.equals(fessConfig.getQueryHighlightTextFragmentType())) { docMap.put(Constants.TEXT_FRAGMENTS, viewHelper.createTextFragmentsByHighlight(highlightFields.values().toArray(n -> new HighlightField[n]))); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Type for text fragment in query highlighting. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getQueryHighlightTextFragmentType(); /** * Get the value for the key 'query.highlight.text.fragment.size'. <br> * The value is, e.g. 3 <br> * comment: Size for text fragment in query highlighting.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)