- Sort Score
- Result 10 results
- Languages All
Results 91 - 94 of 94 for searchlog (0.04 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default void setSearchLog(final boolean value) { setSystemPropertyAsBoolean(Constants.SEARCH_LOG_PROPERTY, value); } default boolean isSearchLog() { return getSystemPropertyAsBoolean(Constants.SEARCH_LOG_PROPERTY, true); } default void setUserInfo(final boolean value) { setSystemPropertyAsBoolean(Constants.USER_INFO_PROPERTY, value);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
final SearchControls searchControls = new SearchControls(); searchControls.setSearchScope(SearchControls.SUBTREE_SCOPE); if (logger.isDebugEnabled()) { logger.debug("Searching for sAMAccountName of group: {} on {}", groupName, bindDn); } final NamingEnumeration<SearchResult> results =
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
import com.google.common.io.BaseEncoding; import jakarta.annotation.PostConstruct; import jakarta.annotation.PreDestroy; /** * Client for interacting with OpenSearch search engine. * Provides document indexing, searching, and administrative operations. */ public class SearchEngineClient implements Client { /** * Default constructor. */ public SearchEngineClient() { // Default constructor
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
### Other notable changes * Not split nodes when searching for nodes but doing it all at once. ([#67555](https://github.com/kubernetes/kubernetes/pull/67555), [@wgliang](https://github.com/wgliang))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0)