- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getAppendHighlightParams (0.62 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) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
final FacetResponse facetResponse = data.getFacetResponse(); final String queryId = data.getQueryId(); final String highlightParams = data.getAppendHighlightParams(); final boolean nextPage = data.isExistNextPage(); final boolean prevPage = data.isExistPrevPage(); final long startRecordNumber = data.getCurrentStartRecordNumber();
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 55.4K bytes - Viewed (1)