Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for prepareSearchScroll (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/suggest/index/operations/DeletionOperations.java

                    if (result.hasFailure()) {
                        throw new SuggestIndexException(result.getFailures().get(0));
                    }
                    updateItems.clear();
    
                    response = client.prepareSearchScroll(scrollId).execute().actionGet(settings.getSearchTimeout());
                    if (!scrollId.equals(response.getScrollId())) {
                        SuggestUtil.deleteScrollContext(client, scrollId);
                    }
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 9.5K bytes
    - Click Count (0)
Back to Top