Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 46 for crawlinginfo (0.46 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. scheduler */
        String ONLINE_HELP_NAME_SCHEDULER = "online.help.name.scheduler";
    
        /** The key of the configuration. e.g. crawlinginfo */
        String ONLINE_HELP_NAME_CRAWLINGINFO = "online.help.name.crawlinginfo";
    
        /** The key of the configuration. e.g. backup */
        String ONLINE_HELP_NAME_BACKUP = "online.help.name.backup";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess_config.crawling_info.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 173 bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfoParam.java

        public String getCrawlingInfoId() {
            checkSpecifiedProperty("crawlingInfoId");
            return convertEmptyToNull(crawlingInfoId);
        }
    
        public void setCrawlingInfoId(String value) {
            registerModifiedProperty("crawlingInfoId");
            this.crawlingInfoId = value;
        }
    
        public Long getCreatedTime() {
            checkSpecifiedProperty("createdTime");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  4. src/main/config/es/fess_config_crawling_info.json

    {
      "fess_config.crawling_info" : {
        "aliases" : { },
        "mappings" : {
          "crawling_info" : {
            "properties" : {
              "createdTime" : {
                "type" : "long"
              },
              "expiredTime" : {
                "type" : "long"
              },
              "name" : {
                "type" : "keyword"
              },
              "sessionId" : {
                "type" : "keyword"
              }
            }
          }
        },
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 756 bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoParamCQ.java

        }
    
        public void setCrawlingInfoId_Equal(String crawlingInfoId) {
            setCrawlingInfoId_Term(crawlingInfoId, null);
        }
    
        public void setCrawlingInfoId_Equal(String crawlingInfoId, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setCrawlingInfoId_Term(crawlingInfoId, opLambda);
        }
    
        public void setCrawlingInfoId_Term(String crawlingInfoId) {
            setCrawlingInfoId_Term(crawlingInfoId, null);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 36K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsCrawlingInfoParamCA.java

            setCrawlingInfoId_Terms("crawlingInfoId", opLambda, null);
        }
    
        public void setCrawlingInfoId_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda,
                OperatorCall<BsCrawlingInfoParamCA> aggsLambda) {
            setCrawlingInfoId_Terms("crawlingInfoId", opLambda, aggsLambda);
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoParamDbm.java

        //                                                                         ===========
        protected final ColumnInfo _columnCrawlingInfoId = cci("crawlingInfoId", "crawlingInfoId", null, null, String.class, "crawlingInfoId",
                null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/fess_config.crawling_info_param/crawling_info_param.json

    {
        "properties": {
          "crawlingInfoId": {
            "type": "keyword"
          },
          "key": {
            "type": "keyword"
          },
          "value": {
            "type": "keyword"
          },
          "createdTime": {
            "type": "long"
          }
        }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 247 bytes
    - Viewed (0)
  9. src/main/config/es/fess_config_crawling_info_param.json

    {
      "fess_config.crawling_info_param" : {
        "aliases" : { },
        "mappings" : {
          "crawling_info_param" : {
            "properties" : {
              "crawlingInfoId" : {
                "type" : "keyword"
              },
              "createdTime" : {
                "type" : "long"
              },
              "key" : {
                "type" : "keyword"
              },
              "value" : {
                "type" : "keyword"
              }
            }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 775 bytes
    - Viewed (0)
  10. dbflute_fess/dfprop/esfluteMap.dfprop

            }
            ; fess_config.boost_document_rule = map:{
                ; package = config
                ; esclientDiFile = esclient.xml
                ; esfluteDiFile = esflute_config.xml
            }
            ; fess_config.crawling_info = map:{
                ; package = config
                ; esclientDiFile = esclient.xml
                ; esfluteDiFile = esflute_config.xml
            }
            ; fess_config.crawling_info_param = map:{
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 6.3K bytes
    - Viewed (0)
Back to top