- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for addIndices (0.11 sec)
-
src/main/java/org/codelibs/fess/suggest/Suggester.java
} } public void removeDisableIndices() { final GetIndexResponse response = client.admin().indices().prepareGetIndex().addIndices("*").execute().actionGet(suggestSettings.getIndicesTimeout()); Stream.of(response.getIndices()).filter(s -> { if (!isSuggestIndex(s)) { return false; }
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Sat Oct 12 00:10:39 UTC 2024 - 14.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java
final GetIndexResponse response1 = client.admin().indices().prepareGetIndex().addIndices(updateAlias).execute().actionGet(fessConfig.getIndexIndicesTimeout()); final String[] updateIndices = response1.indices(); final GetIndexResponse response2 = client.admin().indices().prepareGetIndex().addIndices(searchAlias).execute().actionGet(fessConfig.getIndexIndicesTimeout());
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Oct 20 02:08:03 UTC 2024 - 86.1K bytes - Viewed (0)