- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 532 for settings1 (0.09 sec)
-
src/main/config/es/fess_config_crawling_info.json
}, "name" : { "type" : "keyword" }, "sessionId" : { "type" : "keyword" } } } }, "settings" : { "index" : { "creation_date" : "1509021050413", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "Oh0_KGaLRLGjpIm2zjB83Q", "version" : {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 756 bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
_2019-09-10_ * Fix: Don't lose HTTP/2 flow control bytes when incoming data races with a stream close. If this happened enough then eventually the connection would stall. * Fix: Acknowledge and apply inbound HTTP/2 settings atomically. Previously we had a race where we could use new flow control capacity before acknowledging it, causing strict HTTP/2 servers to fail the call.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/PurgeDocJob.java
private static final Logger logger = LogManager.getLogger(PurgeDocJob.class); /** * Default constructor for PurgeDocJob. * Creates a new instance of the document purging job with default settings. */ public PurgeDocJob() { // Default constructor } /** * Executes the document purging job.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/FessSystemException.java
*/ public FessSystemException(final Throwable cause) { super(cause); } /** * Constructs a new FessSystemException with the specified detail message and suppression settings. * * @param message the detail message describing the exception * @param enableSuppression whether suppression is enabled or disabled * @param writableStackTrace whether the stack trace should be writable
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/ApiAdminDictAction.java
final DictionaryFile<? extends DictionaryItem>[] dictFiles = dictionaryManager.getDictionaryFiles(); return asJson(new ApiResult.ApiConfigsResponse<ListBody>() .settings(Stream.of(dictFiles).map(this::createListBody).collect(Collectors.toList())) .status(ApiResult.Status.OK) .result()); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 2.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/dict/DictTests.java
String response = checkGetMethod(searchBody, "").asString(); final int total = JsonPath.from(response).getInt("response.total"); final List<Map<String, String>> dicts = JsonPath.from(response).getList("response.settings"); final int status = JsonPath.from(response).getInt("response.status"); assertEquals(total, dicts.size()); assertEquals(0, status); } @Override protected void tearDown() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvSingleHost.java
*/ public AvSingleHost(final byte[] raw) { super(AvPair.MsvAvSingleHost, raw); } /** * Constructs an AvSingleHost using configuration settings * * @param cfg the configuration containing machine ID */ public AvSingleHost(final Configuration cfg) { this(new byte[8], cfg.getMachineId()); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
api/maven-api-core/pom.xml
<dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-model</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-settings</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-toolchain</artifactId> </dependency> <dependency>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/FessBoot.java
/** * Fess-specific implementation of BootPropsTranslator. * Handles SSL configuration and cookie settings for the Tomcat server. */ static class FessBootPropsTranslator extends BootPropsTranslator { /** * Sets up server configuration if needed, including SSL and cookie settings. * * @param logger the boot logger for logging configuration messages
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/config/es/fess_config_thumbnail_queue.json
}, "target" : { "type" : "keyword" }, "thumbnail_id" : { "type" : "keyword" } } } }, "settings" : { "index" : { "creation_date" : "1509021057304", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "gofu2g1ATH6L2rVweOWmtg", "version" : {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 903 bytes - Viewed (0)