Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getExecuteTime (0.05 sec)

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

         */
        long getDocumentSize();
    
        /**
         * Returns the total execution time for index update operations.
         *
         * @return the execution time in milliseconds
         */
        long getExecuteTime();
    
        /**
         * Commits all pending index update operations to ensure data persistence.
         * This method should be called after all documents have been stored.
         */
        void commit();
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.8K bytes
    - Viewed (0)
Back to top