Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for URL (0.18 sec)

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

                            }
                            if (StringUtil.isBlank(favoriteUrl)) {
                                throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "URL is null.");
                            }
    
                            boolean found = false;
                            for (final String id : docIds) {
                                if (docId.equals(id)) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 02:17:23 GMT 2024
    - 50.3K bytes
    - Viewed (0)
Back to top