- Sort Score
- Result 10 results
- Languages All
Results 561 - 570 of 856 for PROPERTIES (0.09 sec)
-
tests/test_custom_schema_fields.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Jul 07 17:12:13 UTC 2023 - 1.2K bytes - Viewed (0) -
src/main/config/es/fess_user_role.json
{ "fess_user.role" : { "aliases" : { }, "mappings" : { "role" : { "properties" : { "name" : { "type" : "keyword" } } } }, "settings" : { "index" : { "creation_date" : "1509021059090", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "ugUWT7UpRCau5xEMgWOBsw", "version" : {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 517 bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/ObjectBasedValueSource.java
* supplied object is the root. Expressions like 'child.name' will translate into * 'rootObject.getChild().getName()' for non-boolean properties, and * 'rootObject.getChild().isName()' for boolean properties. * * @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead */ @Deprecated(since = "4.0.0") public class ObjectBasedValueSource extends AbstractValueSource {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.4K bytes - Viewed (0) -
src/main/config/es/fess_config_crawling_info_param.json
{ "fess_config.crawling_info_param" : { "aliases" : { }, "mappings" : { "crawling_info_param" : { "properties" : { "crawlingInfoId" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "key" : { "type" : "keyword" }, "value" : { "type" : "keyword" } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 775 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.key_match/key_match.json
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 516 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.file_config/file_config.json
{ "properties": { "name": { "type": "keyword" }, "paths": { "type": "keyword" }, "includedPaths": { "type": "keyword" }, "excludedPaths": { "type": "keyword" }, "includedDocPaths": { "type": "keyword" }, "excludedDocPaths": { "type": "keyword" }, "configParameter": {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.3K bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.web_config/web_config.json
{ "properties": { "name": { "type": "keyword" }, "urls": { "type": "keyword" }, "includedUrls": { "type": "keyword" }, "excludedUrls": { "type": "keyword" }, "includedDocUrls": { "type": "keyword" }, "excludedDocUrls": { "type": "keyword" }, "configParameter": { "type": "keyword"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} protected void parseProjectProperties(final Path propPath) { try (final InputStream in = Files.newInputStream(propPath)) { final Properties prop = new Properties(); prop.load(in); version = prop.getProperty("fess.version", "0.0.0"); final String[] values = version.split("\\."); majorVersion = Integer.parseInt(values[0]);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 17 12:10:08 UTC 2024 - 27.2K bytes - Viewed (0) -
src/main/config/es/fess_config_crawling_info.json
{ "fess_config.crawling_info" : { "aliases" : { }, "mappings" : { "crawling_info" : { "properties" : { "createdTime" : { "type" : "long" }, "expiredTime" : { "type" : "long" }, "name" : { "type" : "keyword" }, "sessionId" : { "type" : "keyword" } } } },
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 756 bytes - Viewed (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocPropertiesBuilderTest.groovy
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 7.6K bytes - Viewed (0)