- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getAppendHighlightParams (5.31 sec)
-
src/main/java/org/codelibs/fess/entity/SearchRenderData.java
return facetResponse; } /** * Gets additional highlight parameters to append to URLs. * * @return The highlight parameters string */ public String getAppendHighlightParams() { return appendHighlightParams; } /** * Gets the formatted execution time for the search request. * * @return The formatted execution time string */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
*/ public ApiDocsResponse renderData(final SearchRenderData data) { queryId = data.getQueryId(); docs = data.getDocumentItems(); highlightParams = data.getAppendHighlightParams(); execTime = data.getExecTime(); pageSize = data.getPageSize(); pageNumber = data.getCurrentPageNumber(); recordCount = data.getAllRecordCount();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0)