Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SystemHelper (0.08 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

     * normalizing configurations, and other system-related tasks.
     */
    public class SystemHelper {
    
        /**
         * Constructs a new system helper.
         */
        public SystemHelper() {
            // do nothing
        }
    
        private static final Logger logger = LogManager.getLogger(SystemHelper.class);
    
        /** A map of design JSP file names. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

         */
        protected void waitForYellowStatus(final FessConfig fessConfig) {
            Exception cause = null;
            final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
            final long startTime = systemHelper.getCurrentTimeAsLong();
            for (int i = 0; i < maxEsStatusRetry; i++) {
                try {
                    final ClusterHealthResponse response = client.admin()
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top