- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 155 for session4 (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlFilterServiceTest.java
final String sessionId = "session1"; final String urlPattern = "http://example.com/.*"; urlFilterService.addIncludeUrlFilter(sessionId, urlPattern); // Verify the filter is stored assertTrue(fesenClient.prepareSearch("fess_crawler.filter") .setQuery(QueryBuilders.termQuery("sessionId", sessionId)) .setSize(0) .execute()Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Wed Jan 14 23:48:16 GMT 2026 - 11.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/ChatSessionTest.java
session.setSessionId("session-456"); session.setUserId("user-789"); session.setCreatedAt(createdAt); session.setLastAccessedAt(lastAccessedAt); session.setMessages(messages); assertEquals("session-456", session.getSessionId()); assertEquals("user-789", session.getUserId()); assertEquals(createdAt, session.getCreatedAt());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 01:53:06 GMT 2026 - 12.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
* Removes URL filters, URL queues, and access result data for the session. * * @param sessionId the session ID whose data should be deleted */ private void deleteBySessionId(final String sessionId) { try { urlFilterService.delete(sessionId); } catch (final Exception e) { logger.warn("Failed to delete UrlFilter: sessionId={}", sessionId, e);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 32.9K bytes - Click Count (0) -
docs/tr/docs/advanced/advanced-dependencies.md
SQLModel (veya SQLAlchemy) kullanarak bu spesifik senaryoya sahipseniz, session'a artık ihtiyacınız kalmadıktan sonra session'ı açıkça kapatabilirsiniz: {* ../../docs_src/dependencies/tutorial014_an_py310.py ln[24:28] hl[28] *} Böylece session veritabanı bağlantısını serbest bırakır ve diğer request'ler bunu kullanabilir.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/BootstrapCoreExtensionManager.java
.build()) { MavenSession mSession = new MavenSession(repoSession, request, new DefaultMavenExecutionResult()); InternalSession iSession = new SimpleSession(mSession, repoSystem, null); InternalSession.associate(repoSession, iSession); List<RemoteRepository> repositories = RepositoryUtils.toRepos(request.getPluginArtifactRepositories());
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 13.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/extensions/BootstrapCoreExtensionManager.java
.build()) { MavenSession mSession = new MavenSession(repoSession, request, new DefaultMavenExecutionResult()); InternalSession iSession = new SimpleSession(mSession, repoSystem, null); InternalSession.associate(repoSession, iSession); List<RemoteRepository> repositories = RepositoryUtils.toRepos(request.getPluginArtifactRepositories());
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 13.9K bytes - Click Count (0) -
tensorflow/c/c_api_internal.h
// The keys of this map are all the active sessions using this graph. Each // value records whether the graph has been mutated since the corresponding // session has been run (this is detected in RecordMutation function). If the // string is empty, no mutation has occurred. Otherwise the string is a // description of the mutation suitable for returning to the user. // // Sessions are added to this map in TF_NewSession, and removed in
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 07 04:56:09 GMT 2026 - 7.5K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/Crawler.java
final String oldSessionId = crawlerContext.sessionId; urlQueueService.updateSessionId(crawlerContext.sessionId, sessionId); crawlerContext.sessionId = sessionId; if (logger.isInfoEnabled()) { logger.info("Updated crawler session ID: oldSessionId={}, newSessionId={}", oldSessionId, sessionId); } }Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 17K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/ChatSession.java
/** * Represents a chat session containing conversation history. * * @author FessProject */ public class ChatSession { /** The unique session identifier. */ private String sessionId; /** The user ID associated with this session. */ private String userId; /** The timestamp when the session was created. */ private LocalDateTime createdAt;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 01:53:06 GMT 2026 - 6.7K bytes - Click Count (0) -
.github/ci-mimir-session.properties
# See the License for the specific language governing permissions and # limitations under the License. # # Mimir Session config properties # do not waste time on this; we maintain the version mimir.daemon.autoupdate=false # CI uses US Mirror
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jan 07 13:24:23 GMT 2026 - 1K bytes - Click Count (0)