- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 426 for glog (0.37 sec)
-
src/test/java/org/codelibs/fess/exec/SuggestCreatorTest.java
assertEquals("test-session", options.sessionId); assertEquals("test-name", options.name); } // Test create with search log enabled public void test_create_searchLogEnabled() { // Test configuration for search log creation SuggestCreator.Options options = new SuggestCreator.Options(); assertNotNull(options); } // Test create with documents enabled
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/NetServerEnumIterator.java
* This class provides iteration over network servers discovered * through NetBIOS server enumeration requests. */ public class NetServerEnumIterator implements CloseableIterator<FileEntry> { private static final Logger log = LoggerFactory.getLogger(NetServerEnumIterator.class); private final NetServerEnum2 request; private final NetServerEnum2Response response; private final SmbResource parent;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String DEFAULT_QUERY_OPERATOR = "fess.DefaultQueryOperator"; /** Search log access type field name. */ public static final String SEARCH_LOG_ACCESS_TYPE = "searchLogAccessType"; /** Search log access type for JSON API. */ public static final String SEARCH_LOG_ACCESS_TYPE_JSON = "json"; /** Search log access type for GSA API. */ public static final String SEARCH_LOG_ACCESS_TYPE_GSA = "gsa";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/assemblies/files/logging.properties
.level=INFO java.util.logging.ConsoleHandler.level=INFO java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter java.util.logging.FileHandler.level=INFO java.util.logging.FileHandler.pattern=${fess.log.path}/server_%g.log java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter java.util.logging.FileHandler.count=10 # Suppress warning logs
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 21 11:31:50 UTC 2016 - 475 bytes - Viewed (0) -
api/go1.1.txt
pkg io, var ErrNoProgress error pkg log, const Ldate = 1 pkg log, const Llongfile = 8 pkg log, const Lmicroseconds = 4 pkg log, const Lshortfile = 16 pkg log, const LstdFlags = 3 pkg log, const Ltime = 2 pkg log/syslog (darwin-386), const LOG_ALERT = 1 pkg log/syslog (darwin-386), const LOG_AUTH = 32 pkg log/syslog (darwin-386), const LOG_AUTH Priority pkg log/syslog (darwin-386), const LOG_AUTHPRIV = 80
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/QueryContext.java
public Set<String> getHighlightedQuerySet() { return highlightedQuerySet != null ? highlightedQuerySet : new HashSet<>(); } /** * Gets the field log map containing field names and their associated query terms. * @return The field log map, or empty map if not initialized. */ public Map<String, List<String>> getFieldLogMap() { return fieldLogMap != null ? fieldLogMap : new HashMap<>(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.4K bytes - Viewed (0) -
docs/bucket/replication/setup_ilm_expiry_replication.sh
minio server --address 127.0.0.1:9004 "http://127.0.0.1:9003/tmp/multisiteb/data/disterasure/xl{1...4}" \ "http://127.0.0.1:9004/tmp/multisiteb/data/disterasure/xl{5...8}" >/tmp/siteb_2.log 2>&1 & minio server --address 127.0.0.1:9005 "http://127.0.0.1:9005/tmp/multisitec/data/disterasure/xl{1...4}" \ "http://127.0.0.1:9006/tmp/multisitec/data/disterasure/xl{5...8}" >/tmp/sitec_1.log 2>&1 &
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Sep 06 09:42:21 UTC 2024 - 12.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/disni/DisniMemoryRegion.java
log.debug("DiSNI memory region registered, size: {}", buffer.remaining()); } @Override public void invalidate() { if (valid && memoryRegister != null) { try { // In real implementation, this would deregister the memory: // memoryRegister.deregisterMemory(); log.debug("DiSNI memory region invalidated");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 5.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/exbhv/FavoriteLogBhv.java
*/ package org.codelibs.fess.opensearch.log.exbhv; import java.time.Instant; import java.time.LocalDateTime; import java.time.ZoneId; import java.time.format.DateTimeFormatter; import java.time.format.DateTimeParseException; import java.util.regex.Pattern; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.codelibs.fess.opensearch.log.bsbhv.BsFavoriteLogBhv;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.1K bytes - Viewed (0) -
cmd/server-main.go
lgDir := ctx.String("log-dir") if lgDir == "" { return os.Stderr, nil } lgDirAbs, err := filepath.Abs(lgDir) if err != nil { return nil, err } lgSize := ctx.Int("log-size") var fileNameFunc func() string if ctx.IsSet("log-prefix") { fileNameFunc = func() string { return fmt.Sprintf("%s-%s.log", ctx.String("log-prefix"), fmt.Sprintf("%X", time.Now().UTC().UnixNano()))
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue May 27 15:18:36 UTC 2025 - 35.9K bytes - Viewed (4)