Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for triggered (0.45 sec)

  1. src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java

         * All access is synchronized via indexUpdateCallback lock.
         */
        protected List<String> deleteUrlList = new ArrayList<>();
    
        /** Maximum size of the delete URL cache before batch deletion is triggered. */
        protected int maxDeleteDocumentCacheSize;
    
        /** Maximum number of redirects to follow when processing URLs. */
        protected int maxRedirectCount;
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 29.7K bytes
    - Viewed (3)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/fs/FileSystemClientTest.java

            for (int i = 0; i < threadCount; i++) {
                final int index = i;
                threads[i] = new Thread(() -> {
                    try {
                        // Call processRequest which triggers initialization
                        client.doGet("file://nonexistent.txt");
                    } catch (Exception e) {
                        // Expected for nonexistent file
                    }
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Wed Nov 19 08:59:28 UTC 2025
    - 11.2K bytes
    - Viewed (0)
  3. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/spirits-event+xml",
    				"application/srgs",
    				"application/srgs+xml",
    				"application/ssml+xml",
    				"application/timestamp-query",
    				"application/timestamp-reply",
    				"application/tve-trigger",
    				"application/ulpfec",
    				"application/vemmi",
    				"application/vividence.scriptfile",
    				"application/vnd.3gpp.bsf+xml",
    				"application/vnd.3gpp.pic-bw-large",
    				"application/vnd.3gpp.pic-bw-small",
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Nov 23 03:46:53 UTC 2025
    - 50.1K bytes
    - Viewed (0)
  4. MIGRATION.md

       - Admin > System > Search
       - Try searching by exact URL
    2. Verify required fields are present:
       - `url`, `title`, `content`
    3. Check crawler logs: `logs/fess-crawler.log`
    4. Manually trigger re-indexing:
       - Admin > Scheduler
       - Run "Default Crawler" job
    
    #### Issue: Authentication errors on API calls
    
    **Solution**:
    - Verify credentials: default is `admin`/`admin`
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 12:40:11 UTC 2025
    - 23.2K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

         other widely used forms
       * Where there's a hierarchy in the types, list it via a parent
       * Highly specific magic matches get a high priority
       * General magic matches which could trigger a false-positive need
         a low one
       * The priority for containers normally need to be higher than for
         the things they contain, so they don't accidently get detected
         as what's in them
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (2)
Back to top