- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 245 for mappingOf (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/pathmap/EditBody.java
package org.codelibs.fess.app.web.api.admin.pathmap; import org.codelibs.fess.app.web.admin.pathmap.EditForm; /** * Request body class for path mapping edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for path mapping management operations. */ public class EditBody extends EditForm { /** * Default constructor. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessJsonResourceProviderTest.java
// Verify pretty print is enabled assertFalse("Pretty print should not be suppressed", testProvider.isPrettyPrintSuppressed()); // Verify mapping option configuration JsonMappingOption mappingOption = testProvider.provideMappingOption(); assertNotNull("Mapping option should not be null", mappingOption); OptionalThing<JsonFieldNaming> fieldNamingOpt = mappingOption.getFieldNaming();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
logger.warn("Failed to create {}/{} mapping.", indexName, docType, e); } } else if (logger.isDebugEnabled()) { logger.debug("{}/{} mapping exists.", indexName, docType); } } /** * Adds a rewrite rule for document mappings. * * @param rule the rewrite rule to apply to document mappings */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/main/config/es/fess_config_boost_document_rule.json
{ "fess_config.boost_document_rule" : { "aliases" : { }, "mappings" : { "boost_document_rule" : { "properties" : { "boostExpr" : { "type" : "keyword" }, "createdBy" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "sortOrder" : { "type" : "integer" },
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 987 bytes - Viewed (0) -
src/main/config/es/fess_config_duplicate_host.json
{ "fess_config.duplicate_host" : { "aliases" : { }, "mappings" : { "duplicate_host" : { "properties" : { "createdBy" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "duplicateHostName" : { "type" : "keyword" }, "regularName" : { "type" : "keyword" },
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 984 bytes - Viewed (0) -
src/main/config/es/fess_log_click_log.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 30 05:55:50 UTC 2018 - 1.1K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/HashBasedTable.java
/** * Creates an empty {@code HashBasedTable} with the specified map sizes. * * @param expectedRows the expected number of distinct row keys * @param expectedCellsPerRow the expected number of column key / value mappings in each row * @throws IllegalArgumentException if {@code expectedRows} or {@code expectedCellsPerRow} is * negative */ public static <R, C, V> HashBasedTable<R, C, V> create(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 4.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/HashBasedTable.java
/** * Creates an empty {@code HashBasedTable} with the specified map sizes. * * @param expectedRows the expected number of distinct row keys * @param expectedCellsPerRow the expected number of column key / value mappings in each row * @throws IllegalArgumentException if {@code expectedRows} or {@code expectedCellsPerRow} is * negative */ public static <R, C, V> HashBasedTable<R, C, V> create(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 4.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/pathmap/SearchForm.java
/** * Default constructor for SearchForm. */ public SearchForm() { } /** * The regular expression pattern field for path mapping. */ public String regex; /** * The replacement string field for path mapping. */ public String replacement;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/EmptyGeneratorTest.java
// Initialize without container emptyGenerator = new EmptyGenerator(); // Test with no file path mappings assertEquals("test/path", emptyGenerator.expandPath("test/path")); assertNull(emptyGenerator.expandPath(null)); // Test with file path mappings emptyGenerator.filePathMap.put("${path}/test", "/usr/bin/test");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 6.3K bytes - Viewed (0)