Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for excludedUrls (0.24 sec)

  1. src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfig.java

            this.excludedDocUrls = value;
        }
    
        public String getExcludedUrls() {
            checkSpecifiedProperty("excludedUrls");
            return convertEmptyToNull(excludedUrls);
        }
    
        public void setExcludedUrls(String value) {
            registerModifiedProperty("excludedUrls");
            this.excludedUrls = value;
        }
    
        public String getIncludedDocUrls() {
            checkSpecifiedProperty("includedDocUrls");
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigCQ.java

        public void setExcludedUrls_Equal(String excludedUrls) {
            setExcludedUrls_Term(excludedUrls, null);
        }
    
        public void setExcludedUrls_Equal(String excludedUrls, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setExcludedUrls_Term(excludedUrls, opLambda);
        }
    
        public void setExcludedUrls_Term(String excludedUrls) {
            setExcludedUrls_Term(excludedUrls, null);
        }
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 172.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java

        public String urls;
    
        @CustomSize(maxKey = "form.admin.max.input.size")
        public String includedUrls;
    
        @CustomSize(maxKey = "form.admin.max.input.size")
        public String excludedUrls;
    
        @CustomSize(maxKey = "form.admin.max.input.size")
        public String includedDocUrls;
    
        @CustomSize(maxKey = "form.admin.max.input.size")
        public String excludedDocUrls;
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigDbm.java

                "excludedDocUrls", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnExcludedUrls = cci("excludedUrls", "excludedUrls", null, null, String.class, "excludedUrls", null,
                false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18.4K bytes
    - Viewed (0)
  5. src/main/config/es/fess_config_web_config.json

                "type" : "integer"
              },
              "description" : {
                "type" : "text"
              },
              "excludedDocUrls" : {
                "type" : "keyword"
              },
              "excludedUrls" : {
                "type" : "keyword"
              },
              "includedDocUrls" : {
                "type" : "keyword"
              },
              "includedUrls" : {
                "type" : "keyword"
              },
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 2.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess_config.web_config/web_config.json

    {
        "properties": {
          "name": {
            "type": "keyword"
          },
          "urls": {
            "type": "keyword"
          },
          "includedUrls": {
            "type": "keyword"
          },
          "excludedUrls": {
            "type": "keyword"
          },
          "includedDocUrls": {
            "type": "keyword"
          },
          "excludedDocUrls": {
            "type": "keyword"
          },
          "configParameter": {
            "type": "keyword"
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 1.3K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/exentity/WebConfig.java

                    + createdBy + ", createdTime=" + createdTime + ", depth=" + depth + ", excludedDocUrls=" + excludedDocUrls
                    + ", excludedUrls=" + excludedUrls + ", includedDocUrls=" + includedDocUrls + ", includedUrls=" + includedUrls
                    + ", intervalTime=" + intervalTime + ", timeToLive=" + timeToLive + ", maxAccessCount=" + maxAccessCount + ", name=" + name
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_edit.jsp

                                        <label for="excludedUrls" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.excluded_urls"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="excludedUrls"/>
                                            <la:textarea styleId="excludedUrls" property="excludedUrls"
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 15.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigCA.java

            setExcludedUrls_Terms("excludedUrls", opLambda, null);
        }
    
        public void setExcludedUrls_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsWebConfigCA> aggsLambda) {
            setExcludedUrls_Terms("excludedUrls", opLambda, aggsLambda);
        }
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 149K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                        <tr>
                                            <th><la:message key="labels.excluded_urls"/></th>
                                            <td>${f:br(f:h(excludedUrls))}<la:hidden
                                                    property="excludedUrls"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.included_doc_urls"/></th>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.7K bytes
    - Viewed (0)
Back to top