- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 299 for mappingOf (0.05 sec)
-
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/config/es/fess_config_elevate_word_to_label.json
{ "fess_config.elevate_word_to_label" : { "aliases" : { }, "mappings" : { "elevate_word_to_label" : { "properties" : { "elevateWordId" : { "type" : "keyword" }, "labelTypeId" : { "type" : "keyword" } } } }, "settings" : { "index" : { "creation_date" : "1509021052498", "number_of_shards" : "5",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 653 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/config/es/fess_config_role_type.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 950 bytes - Viewed (0) -
src/main/config/es/fess_config_failure_url.json
{ "fess_config.failure_url" : { "aliases" : { }, "mappings" : { "failure_url" : { "properties" : { "configId" : { "type" : "keyword" }, "errorCount" : { "type" : "integer" }, "errorLog" : { "type" : "keyword" }, "errorName" : { "type" : "keyword" }, "lastAccessTime" : {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 963 bytes - Viewed (0) -
src/main/config/es/fess_config_key_match.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.1K bytes - Viewed (0) -
src/main/config/es/fess_config_job_log.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.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) -
src/main/config/es/fess_user_user.json
{ "fess_user.user" : { "aliases" : { }, "mappings" : { "user" : { "properties" : { "businessCategory" : { "type" : "keyword" }, "carLicense" : { "type" : "keyword" }, "city" : { "type" : "keyword" }, "departmentNumber" : { "type" : "keyword" }, "description" : {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 3.5K bytes - Viewed (0)