Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for StopFlag (0.17 seconds)

  1. src/main/java/org/codelibs/fess/suggest/util/ScrollOperationHelper.java

            final StopFlag stopFlag = new StopFlag();
    
            try {
                while (scrollId != null && !stopFlag.isStopped()) {
                    final SearchHit[] hits = response.getHits().getHits();
                    if (hits.length == 0) {
                        break;
                    }
                    batchCallback.accept(hits, stopFlag);
                    if (stopFlag.isStopped()) {
                        break;
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 9.7K bytes
    - Click Count (0)
Back to Top