Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for getDocumentSize (0.24 sec)

  1. src/main/java/org/codelibs/fess/indexer/IndexUpdater.java

            this.finishCrawling = finishCrawling;
        }
    
        /**
         * Gets the total number of documents processed.
         *
         * @return the total document count
         */
        public long getDocumentSize() {
            return documentSize;
        }
    
        /**
         * Sets the uncaught exception handler for this IndexUpdater thread.
         *
         * @param eh the uncaught exception handler to set
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 32.7K bytes
    - Viewed (0)
Back to top