Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for target_indices (0.08 seconds)

  1. fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/client/FesenClientTest.java

                // This test verifies the null check logic indirectly
                final String[] indices = fesenClient.targetIndices != null ? fesenClient.targetIndices : new String[0];
                assertNotNull(indices);
                assertEquals(0, indices.length);
            } catch (Exception e) {
                fail("Should handle null targetIndices: " + e.getMessage());
            }
        }
    
        /**
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Mon Jan 12 06:25:38 GMT 2026
    - 16.9K bytes
    - Click Count (0)
Back to Top