Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 129 for keyword1 (0.04 seconds)

  1. src/main/config/es/fess_config_web_authentication.json

            "properties" : {
              "authRealm" : {
                "type" : "keyword"
              },
              "createdBy" : {
                "type" : "keyword"
              },
              "createdTime" : {
                "type" : "long"
              },
              "hostname" : {
                "type" : "keyword"
              },
              "parameters" : {
                "type" : "keyword"
              },
              "password" : {
                "type" : "keyword"
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 1.3K bytes
    - Click Count (0)
  2. src/main/config/es/fess_config_data_config.json

              },
              "name" : {
                "type" : "keyword"
              },
              "permissions" : {
                "type" : "keyword"
              },
              "sortOrder" : {
                "type" : "integer"
              },
              "updatedBy" : {
                "type" : "keyword"
              },
              "updatedTime" : {
                "type" : "long"
              },
              "virtualHosts" : {
                "type" : "keyword"
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 1.7K bytes
    - Click Count (0)
  3. src/main/resources/fess_indices/_aws/fess/doc.json

          },
          "mimetype": {
            "type": "keyword"
          },
          "parent_id": {
            "type": "keyword"
          },
          "role": {
            "type": "keyword"
          },
          "label": {
            "type": "keyword"
          },
          "virtual_host": {
            "type": "keyword"
          },
          "segment": {
            "type": "keyword"
          },
          "site": {
            "type": "keyword"
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  4. src/main/resources/fess_indices/fess_config.crawling_info_param/crawling_info_param.json

    {
        "properties": {
          "crawlingInfoId": {
            "type": "keyword"
          },
          "key": {
            "type": "keyword"
          },
          "value": {
            "type": "keyword"
          },
          "createdTime": {
            "type": "long"
          }
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 247 bytes
    - Click Count (0)
  5. src/main/resources/fess_indices/fess_log.notification_queue/notification_queue.json

    {
      "properties": {
        "hostname": {
          "type": "keyword"
        },
        "level": {
          "type": "keyword"
        },
        "loggerName": {
          "type": "keyword"
        },
        "message": {
          "type": "text",
          "index": false
        },
        "throwable": {
          "type": "text",
          "index": false
        },
        "timestamp": {
          "type": "date",
          "format": "epoch_millis"
        }
      }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 386 bytes
    - Click Count (0)
  6. src/main/resources/fess_indices/_cloud/fess/doc.json

          },
          "mimetype": {
            "type": "keyword"
          },
          "parent_id": {
            "type": "keyword"
          },
          "role": {
            "type": "keyword"
          },
          "label": {
            "type": "keyword"
          },
          "virtual_host": {
            "type": "keyword"
          },
          "segment": {
            "type": "keyword"
          },
          "site": {
            "type": "keyword"
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebAuthenticationDbm.java

                false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnCreatedBy = cci("createdBy", "createdBy", null, null, String.class, "createdBy", null, false, false,
                false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 13.1K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebConfigDbm.java

                "configParameter", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnCreatedBy = cci("createdBy", "createdBy", null, null, String.class, "createdBy", null, false, false,
                false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 18.4K bytes
    - Click Count (0)
  9. src/main/resources/fess_indices/fess_config.scheduled_job/scheduled_job.json

    {
        "properties": {
          "name": {
            "type": "keyword"
          },
          "target": {
            "type": "keyword"
          },
          "cronExpression": {
            "type": "keyword"
          },
          "scriptType": {
            "type": "keyword"
          },
          "scriptData": {
            "type": "keyword"
          },
          "crawler": {
            "type": "boolean"
          },
          "jobLogging": {
            "type": "boolean"
          },
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 753 bytes
    - Click Count (0)
  10. src/main/config/es/fess_log_favorite_log.json

                "format" : "date_optional_time"
              },
              "docId" : {
                "type" : "keyword"
              },
              "queryId" : {
                "type" : "keyword"
              },
              "url" : {
                "type" : "keyword"
              },
              "userInfoId" : {
                "type" : "keyword"
              }
            }
          }
        },
        "settings" : {
          "index" : {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Nov 05 07:28:42 GMT 2017
    - 855 bytes
    - Click Count (0)
Back to Top