Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for processType (0.06 sec)

  1. src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap_details.jsp

                                        <tr>
                                            <th><la:message key="labels.processType"/></th>
                                            <td><c:if test="${processType=='C'}">
                                                <la:message key="labels.pathmap_pt_crawling"/>
                                            </c:if> <c:if test="${processType=='D'}">
                                                <la:message key="labels.pathmap_pt_displaying"/>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Feb 28 06:09:47 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsentity/BsPathMapping.java

            this.createdTime = value;
        }
    
        public String getProcessType() {
            checkSpecifiedProperty("processType");
            return convertEmptyToNull(processType);
        }
    
        public void setProcessType(String value) {
            registerModifiedProperty("processType");
            this.processType = value;
        }
    
        public String getRegex() {
            checkSpecifiedProperty("regex");
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsPathMappingCQ.java

        }
    
        public void setProcessType_Equal(String processType) {
            setProcessType_Term(processType, null);
        }
    
        public void setProcessType_Equal(String processType, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setProcessType_Term(processType, opLambda);
        }
    
        public void setProcessType_Term(String processType) {
            setProcessType_Term(processType, null);
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 72.1K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap_edit.jsp

                                        <label for="processType" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.processType"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="processType"/>
                                            <la:select styleId="processType" property="processType"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Feb 28 06:09:47 UTC 2021
    - 7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/exentity/PathMapping.java

        }
    
        @Override
        public String toString() {
            return "PathMapping [regexPattern=" + regexPattern + ", createdBy=" + createdBy + ", createdTime=" + createdTime + ", processType="
                    + processType + ", regex=" + regex + ", replacement=" + replacement + ", sortOrder=" + sortOrder + ", userAgent="
                    + userAgent + ", updatedBy=" + updatedBy + ", updatedTime=" + updatedTime + ", docMeta=" + docMeta + "]";
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsPathMappingCA.java

        public void setProcessType_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setProcessType_Terms("processType", opLambda, null);
        }
    
        public void setProcessType_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsPathMappingCA> aggsLambda) {
            setProcessType_Terms("processType", opLambda, aggsLambda);
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 59.9K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/pager/PathMapPager.java

        private int pageSize;
    
        private int currentPageNumber;
    
        public String id;
    
        public String regex;
    
        public String replacement;
    
        public String processType;
    
        public String sortOrder;
    
        public String createdBy;
    
        public String createdTime;
    
        public String versionNo;
    
        public void clear() {
            allRecordCount = 0;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/PathMappingDbm.java

                false, false, "Long", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnProcessType = cci("processType", "processType", null, null, String.class, "processType", null, false,
                false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess_config.path_mapping/path_mapping.json

    {
        "properties": {
          "regex": {
            "type": "keyword"
          },
          "replacement": {
            "type": "keyword"
          },
          "processType": {
            "type": "keyword"
          },
          "sortOrder": {
            "type": "integer"
          },
          "userAgent": {
            "type": "keyword"
          },
          "createdBy": {
            "type": "keyword"
          },
          "createdTime": {
            "type": "long"
          },
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 531 bytes
    - Viewed (0)
  10. src/main/config/es/fess_config_path_mapping.json

          "path_mapping" : {
            "properties" : {
              "createdBy" : {
                "type" : "keyword"
              },
              "createdTime" : {
                "type" : "long"
              },
              "processType" : {
                "type" : "keyword"
              },
              "regex" : {
                "type" : "keyword"
              },
              "replacement" : {
                "type" : "keyword"
              },
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 1.1K bytes
    - Viewed (0)
Back to top