- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getSessionId (0.07 seconds)
-
src/main/java/org/codelibs/fess/chat/ChatClient.java
session.addMessage(assistantMessage); logger.info("[RAG] Chat completed (unclear). sessionId={}, elapsedTime={}ms", session.getSessionId(), System.currentTimeMillis() - startTime); return new ChatResult(session.getSessionId(), assistantMessage, Collections.emptyList()); } // For SUMMARY intent, search by URL; for SEARCH/FAQ, search with query
Created: 2026-03-31 13:07 - Last Modified: 2026-03-21 06:04 - 56.6K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
request.retainPayload(); try { response = trans.send(request, null, EnumSet.of(RequestParam.RETAIN_PAYLOAD)); sessId = response.getSessionId(); } catch (SmbAuthException sae) { throw sae; } catch (SmbException e) { Smb2SessionSetupResponse sessResponse = request.getResponse();
Created: 2026-04-05 00:10 - Last Modified: 2025-08-31 08:00 - 68.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
final CrawlingConfigHelper crawlingConfigHelper = ComponentUtil.getCrawlingConfigHelper(); final CrawlingConfig crawlingConfig = crawlingConfigHelper.get(responseData.getSessionId()); return crawlingConfig.getConfigParameterMap(config); } /** * Validates if the given URL string is a valid URL. * * @param urlStr the URL string to validate
Created: 2026-03-31 13:07 - Last Modified: 2026-03-12 01:46 - 55.3K bytes - Click Count (0)