Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for accumulating (0.04 sec)

  1. src/main/java/org/codelibs/fess/helper/IndexingHelper.java

            }
        }
    
        /**
         * Deletes old documents that have the same URL but different document IDs
         * as the documents in the provided list. This prevents duplicate documents
         * from accumulating in the index.
         *
         * @param searchEngineClient the search engine client to use for deletion
         * @param docList the list of new documents to check against
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 26.1K bytes
    - Viewed (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java

                    context.logger);
            return new InvokerException.ExitException(2);
        }
    
        protected void printErrors(C context, boolean showStackTrace, List<Logger.Entry> entries, Logger logger) {
            // if accumulating logger passed, this is "early failure", swap logger for stdErr and use that to emit log
            if (logger instanceof AccumulatingLogger) {
                logger = new SystemLogger(context.invokerRequest.stdErr().orElse(null));
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Oct 28 13:01:07 UTC 2025
    - 43.2K bytes
    - Viewed (0)
Back to top