All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fess_indices.fess_log.search_log.search_log.json Maven / Gradle / Ivy

There is a newer version: 14.18.0
Show newest version
{
    "dynamic_templates": [
      {
        "search_fields": {
          "path_match": "searchField.*",
          "mapping": {
            "type": "keyword"
          }
        }
      },
      {
        "documents": {
          "path_match": "documents.*",
          "mapping": {
            "type": "keyword"
          }
        }
      }
    ],
    "properties": {
      "user": {
        "type": "keyword"
      },
      "roles": {
        "type": "keyword"
      },
      "queryId": {
        "type": "keyword"
      },
      "searchWord": {
        "type": "keyword"
      },
      "requestedAt": {
        "type": "date",
        "format": "date_optional_time"
      },
      "responseTime": {
        "type": "long"
      },
      "queryTime": {
        "type": "long"
      },
      "hitCount": {
        "type": "long"
      },
      "hitCountRelation": {
        "type": "keyword"
      },
      "queryOffset": {
        "type": "integer"
      },
      "queryPageSize": {
        "type": "integer"
      },
      "userAgent": {
        "type": "keyword"
      },
      "referer": {
        "type": "keyword"
      },
      "clientIp": {
        "type": "keyword"
      },
      "userSessionId": {
        "type": "keyword"
      },
      "accessType": {
        "type": "keyword"
      },
      "userInfoId": {
        "type": "keyword"
      },
      "languages" : {
        "type" : "keyword"
      },
      "virtualHost" : {
        "type" : "keyword"
      }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy