Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getMappings (0.07 sec)

  1. 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)
Back to top