Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 72 for user_agent (0.1 seconds)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_excluded_doc_urls = "{labels.excluded_doc_urls}";
    
        /** The key of the message: User Agent */
        public static final String LABELS_user_agent = "{labels.user_agent}";
    
        /** The key of the message: Create */
        public static final String LABELS_web_crawling_button_create = "{labels.web_crawling_button_create}";
    
        /** The key of the message: Create New Job */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/opensearch/log/bsentity/BsSearchLog.java

            this.user = value;
        }
    
        public String getUserAgent() {
            checkSpecifiedProperty("userAgent");
            return convertEmptyToNull(userAgent);
        }
    
        public void setUserAgent(String value) {
            registerModifiedProperty("userAgent");
            this.userAgent = value;
        }
    
        public String getUserInfoId() {
            checkSpecifiedProperty("userInfoId");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 12.2K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsPathMappingCQ.java

        }
    
        public void setUserAgent_Equal(String userAgent) {
            setUserAgent_Term(userAgent, null);
        }
    
        public void setUserAgent_Equal(String userAgent, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setUserAgent_Term(userAgent, opLambda);
        }
    
        public void setUserAgent_Term(String userAgent) {
            setUserAgent_Term(userAgent, null);
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 72.1K bytes
    - Click Count (1)
  4. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsPathMapping.java

            this.updatedTime = value;
        }
    
        public String getUserAgent() {
            checkSpecifiedProperty("userAgent");
            return convertEmptyToNull(userAgent);
        }
    
        public void setUserAgent(String value) {
            registerModifiedProperty("userAgent");
            this.userAgent = value;
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 7.6K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/exentity/PathMapping.java

                    + processType + ", regex=" + regex + ", replacement=" + replacement + ", sortOrder=" + sortOrder + ", userAgent="
                    + userAgent + ", updatedBy=" + updatedBy + ", updatedTime=" + updatedTime + ", docMeta=" + docMeta + "]";
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 3.3K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsPathMappingCA.java

        public void setUserAgent_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setUserAgent_Terms("userAgent", opLambda, null);
        }
    
        public void setUserAgent_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsPathMappingCA> aggsLambda) {
            setUserAgent_Terms("userAgent", opLambda, aggsLambda);
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 59.9K bytes
    - Click Count (0)
  7. src/main/config/es/fess_config_path_mapping.json

                "type" : "integer"
              },
              "updatedBy" : {
                "type" : "keyword"
              },
              "updatedTime" : {
                "type" : "long"
              },
              "userAgent" : {
                "type" : "keyword"
              }
            }
          }
        },
        "settings" : {
          "index" : {
            "creation_date" : "1509021055516",
            "number_of_shards" : "5",
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 1.1K bytes
    - Click Count (0)
  8. src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap_details.jsp

                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.userAgent"/></th>
                                            <td>${f:h(userAgent)}<la:hidden property="userAgent"/></td>
                                        </tr>
                                        </tbody>
                                    </table>
                                </div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 5.6K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/PathMappingDbm.java

                false, false, "Long", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnUserAgent = cci("userAgent", "userAgent", null, null, String.class, "userAgent", null, false, false,
                false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    
        public ColumnInfo columnCreatedBy() {
            return _columnCreatedBy;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 11.3K bytes
    - Click Count (0)
  10. src/main/config/es/fess_log_search_log.json

                "type" : "keyword"
              },
              "searchWord" : {
                "type" : "keyword"
              },
              "user" : {
                "type" : "keyword"
              },
              "userAgent" : {
                "type" : "keyword"
              },
              "userInfoId" : {
                "type" : "keyword"
              },
              "userSessionId" : {
                "type" : "keyword"
              },
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Apr 12 15:00:27 GMT 2019
    - 2K bytes
    - Click Count (0)
Back to Top