- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getResultDocIds (0.07 sec)
-
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
} final String docId = docIdObj.toString(); final String queryId = request.getParameter("queryId"); final String[] docIds = userInfoHelper.getResultDocIds(URLDecoder.decode(queryId, Constants.UTF_8)); if (docIds == null) { throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "No searched urls."); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 50.3K bytes - Viewed (0)