- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Searcher (0.03 sec)
-
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
final String[] docIds = userInfoHelper.getResultDocIds(URLDecoder.decode(queryId, Constants.UTF_8)); if (docIds == null) { throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "No searched urls."); } searchHelper .getDocumentByDocId(docId, new String[] { fessConfig.getIndexFieldUrl(), fessConfig.getIndexFieldLang() },
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
} catch (final NamingException e) { throw new LdapOperationException("Failed to delete " + entryDN, e); } } /** * Searches the LDAP directory with the specified parameters. * * @param baseDn the base DN for the search * @param filter the search filter * @param returningAttrs the attributes to return from the search
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0)