- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for target_indices (0.08 seconds)
-
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)