Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for departmentNumber (1.72 sec)

  1. src/main/resources/fess_indices/fess_user.user/user.json

          "registeredAddress" : {
            "type" : "keyword"
          },
          "displayName" : {
            "type" : "keyword"
          },
          "preferredLanguage" : {
            "type" : "keyword"
          },
          "departmentNumber" : {
            "type" : "keyword"
          },
          "uidNumber" : {
            "type" : "long"
          },
          "gidNumber" : {
            "type" : "long"
          },
          "homeDirectory" : {
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 2.4K bytes
    - Viewed (0)
  2. src/main/config/es/fess_user_user.json

                "type" : "keyword"
              },
              "carLicense" : {
                "type" : "keyword"
              },
              "city" : {
                "type" : "keyword"
              },
              "departmentNumber" : {
                "type" : "keyword"
              },
              "description" : {
                "type" : "keyword"
              },
              "destinationIndicator" : {
                "type" : "keyword"
              },
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 3.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java

                doColumn("carLicense");
            }
    
            public void columnCity() {
                doColumn("city");
            }
    
            public void columnDepartmentNumber() {
                doColumn("departmentNumber");
            }
    
            public void columnDescription() {
                doColumn("description");
            }
    
            public void columnDestinationIndicator() {
                doColumn("destinationIndicator");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.7K bytes
    - Viewed (0)
Back to top