Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAndAdd (0.04 sec)

  1. src/main/java/org/codelibs/fess/suggest/index/contents/document/ESSourceReader.java

                    break;
                } catch (final Exception e) {
                    exception = new SuggesterException(e);
                    scrollId = null;
                }
            }
    
            docCount.getAndAdd(queue.size());
    
            if (exception != null) {
                throw exception;
            }
        }
    
        /**
         * Calculates the limit document number based on total, percentage, and number.
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 24 03:40:05 UTC 2025
    - 11.1K bytes
    - Viewed (0)
Back to top