Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 21 of 21 for hasFailure (0.04 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

                            return StringUtil.EMPTY;
                        });
                final BulkResponse response = builder.execute().actionGet(fessConfig.getIndexBulkTimeout());
                if (response.hasFailures()) {
                    logger.warn("Failed to register {}: {}", dataPath, response.buildFailureMessage());
                }
            } catch (final Exception e) {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 122.4K bytes
    - Click Count (1)
Back to Top