Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for file_crawling (0.05 seconds)

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

  1. src/main/java/org/codelibs/fess/Constants.java

        /** Web crawler type identifier. */
        public static final String WEB_CRAWLER_TYPE = "web_crawling";
    
        /** File system crawler type identifier. */
        public static final String FILE_CRAWLER_TYPE = "file_crawling";
    
        /** Data crawler type identifier. */
        public static final String DATA_CRAWLER_TYPE = "data_crawling";
    
        // ============================================================
        // Conversion Rules
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 35.8K bytes
    - Click Count (0)
Back to Top