Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for queryDelete (0.2 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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 26.9K bytes
    - Viewed (0)
Back to top