Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getUrlList (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                    if (urlObj != null) {
                        urlList.add(urlObj);
                    }
                }
                urlList = favoriteLogService.getUrlList(userCode, urlList);
                final List<String> docIdList = new ArrayList<>(urlList.size());
                for (final Map<String, Object> doc : docList) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 27 13:56:32 GMT 2026
    - 55.4K bytes
    - Click Count (1)
Back to Top