- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 626 for createdAt (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/relatedquery/CreateForm.java
*/ @Size(max = 1000) public String virtualHost; /** * The username who created these related queries. */ @Size(max = 1000) public String createdBy; /** * The timestamp when these related queries were created. */ @ValidateTypeFailure public Long createdTime; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/reqheader/CreateForm.java
*/ @Required @Size(max = 1000) public String webConfigId; /** * The username of who created this request header. */ @Size(max = 1000) public String createdBy; /** * The timestamp when this request header was created. */ @ValidateTypeFailure public Long createdTime; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/keymatch/CreateForm.java
* The virtual host for the key match. */ @Size(max = 1000) public String virtualHost; /** * The user who created this key match. */ @Size(max = 255) public String createdBy; /** * The timestamp when this key match was created. */ @ValidateTypeFailure public Long createdTime; /** * Initializes the form with default values. */
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/app/web/admin/fileconfig/CreateForm.java
@Min(value = 0) @Max(value = 2147483647) @ValidateTypeFailure public Integer sortOrder; /** The user who created this file configuration (maximum 1000 characters). */ @Size(max = 1000) public String createdBy; /** The timestamp when this file configuration was created. */ @ValidateTypeFailure public Long createdTime; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/CreateForm.java
@Required @Min(value = 0) @Max(value = 2147483647) @ValidateTypeFailure public Integer sortOrder; /** User who created this configuration */ @Size(max = 1000) public String createdBy; /** Timestamp when this configuration was created */ @ValidateTypeFailure public Long createdTime; /**
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/admin/relatedcontent/CreateForm.java
@Max(value = 2147483647) @ValidateTypeFailure public Integer sortOrder; /** * The username who created this related content. */ @Size(max = 1000) public String createdBy; /** * The timestamp when this related content was created. */ @ValidateTypeFailure public Long createdTime; /**
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/admin/fileauth/CreateForm.java
@Required @Size(max = 1000) public String fileConfigId; /** The user who created this file authentication configuration (maximum 1000 characters). */ @Size(max = 1000) public String createdBy; /** The timestamp when this file authentication configuration was created. */ @ValidateTypeFailure public Long createdTime; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/CreateForm.java
*/ @Required @Size(max = 1000) public String webConfigId; /** * The user who created this authentication configuration. */ @Size(max = 1000) public String createdBy; /** * The timestamp when this authentication configuration was created. */ @ValidateTypeFailure public Long createdTime; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dataconfig/CreateForm.java
@Required @Min(value = 0) @Max(value = 2147483647) @ValidateTypeFailure public Integer sortOrder; /** User who created this configuration */ @Size(max = 1000) public String createdBy; /** Timestamp when this configuration was created */ @ValidateTypeFailure public Long createdTime; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/config/es/fess_config_related_query.json
{ "fess_config.related_query" : { "aliases" : { }, "mappings" : { "related_query" : { "properties" : { "createdBy" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "queries" : { "type" : "keyword" }, "term" : { "type" : "keyword" }, "updatedBy" : {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.1K bytes - Viewed (0)