Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for isTarget (0.06 sec)

  1. fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java

             *
             * @param clazz The class to check.
             * @return true if the class is Date.class, false otherwise.
             */
            @Override
            public boolean isTarget(@SuppressWarnings("rawtypes") final Class clazz) {
                return clazz == Date.class;
            }
    
        }
    
        /**
         * Gets the bulk buffer size for batch operations.
         *
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Aug 07 02:55:08 UTC 2025
    - 34.2K bytes
    - Viewed (0)
Back to top