Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for queryDelete (0.05 sec)

  1. src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java

                } catch (final Exception e) {
                    logger.warn("Failed to process a thumbnail generation.", e);
                }
            });
    
            if (!idList.isEmpty()) {
                thumbnailQueueBhv.queryDelete(cb -> {
                    cb.query().setId_InScope(idList);
                });
                thumbnailQueueBhv.refresh();
            }
            return idList.size();
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top