- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getMappings (0.24 sec)
-
src/main/java/org/codelibs/fess/suggest/settings/ArraySettings.java
try { boolean empty; try { empty = client.admin().indices().prepareGetMappings(actualIndex).execute().actionGet(settings.getIndicesTimeout()) .getMappings().isEmpty(); } catch (final IndexNotFoundException e) { empty = true; final CreateIndexResponse response = client.admin().indices().prepareCreate(actualIndex)
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Sat Oct 12 00:10:39 UTC 2024 - 10.9K bytes - Viewed (0)