- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for target_indices (0.06 sec)
-
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/client/FesenClient.java
protected String searchPreference; protected String[] targetIndices; public FesenClient() { address = System.getProperty(HTTP_ADDRESS, "localhost:9200").trim(); final String targets = System.getProperty(TARGET_INDICES); if (StringUtil.isNotBlank(targets)) { targetIndices = Arrays.stream(targets.split(",")).map(String::trim).toArray(n -> new String[n]); }
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 19.9K bytes - Viewed (0)