OpenSearch/core
Ryan Ernst 29f63c78cc Internal: Convert empty and size checks of settings to not use getAsMap() (#22890)
With the new secure settings, methods like getAsMap() no longer work
correctly as a means of checking for empty settings, or the total size.
This change converts the existing uses of that method to use methods
directly on Settings. Note this does not update the implementations to
account for SecureSettings, as that will require a followup which
changes how secure settings work.
2017-01-31 10:44:09 -08:00
..
licenses Upgrade to Lucene 6.4.0 (#22724) 2017-01-21 04:48:01 +01:00
src Internal: Convert empty and size checks of settings to not use getAsMap() (#22890) 2017-01-31 10:44:09 -08:00
build.gradle Settings: Add infrastructure for elasticsearch keystore 2016-12-22 16:28:34 -08:00