Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getLogNotificationSearchSizeAsInteger (0.21 seconds)

  1. src/main/java/org/codelibs/fess/job/LogNotificationJob.java

            if (!client.existsIndex(indexName)) {
                return "No log notifications.";
            }
    
            final int searchSize = fessConfig.getLogNotificationSearchSizeAsInteger();
            final String hostname = ComponentUtil.getSystemHelper().getHostname();
            final SearchResponse searchResponse = client.prepareSearch(indexName)
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 9.4K bytes
    - Click Count (0)
Back to Top