Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SuggestDeleteResponse (0.07 sec)

  1. src/main/java/org/codelibs/fess/suggest/index/SuggestDeleteResponse.java

     * and the time taken to complete the operation.
     */
    public class SuggestDeleteResponse {
        /** List of errors that occurred during the operation. */
        protected final List<Throwable> errors = new ArrayList<>();
        /** Time taken for the operation in milliseconds. */
        protected final long took;
    
        /**
         * Constructor for SuggestDeleteResponse.
         * @param errors A list of Throwables representing errors.
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 2.1K bytes
    - Viewed (0)
Back to top