Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for url_count (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java

                    storedParams = crawlingInfoParamList;
                }
            }, CrawlingInfoService.class.getCanonicalName());
    
            // Add some info to map
            crawlingInfoHelper.putToInfoMap("url_count", "100");
            crawlingInfoHelper.putToInfoMap("error_count", "5");
    
            // Store with create=true
            crawlingInfoHelper.store(sessionId, true);
    
            // Verify infoMap is cleared
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 01:46:45 GMT 2026
    - 28.7K bytes
    - Click Count (0)
  2. cmd/site-replication.go

    		for id, ilmExpRules := range ilmExpiryRuleStats {
    			var rules []*lifecycle.Rule
    			uRuleCount := 0
    			for _, rl := range ilmExpRules {
    				var rule lifecycle.Rule
    				if err := xml.Unmarshal([]byte(rl.ILMRule), &rule); err != nil {
    					continue
    				}
    				rules = append(rules, &rule)
    				uRuleCount++
    				sum := info.StatsSummary[rl.DeploymentID]
    				sum.TotalILMExpiryRulesCount++
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
Back to Top