Search service configurable index settings 31/79131/1
authorsblimkie <steven.blimkie@amdocs.com>
Mon, 25 Feb 2019 20:24:30 +0000 (15:24 -0500)
committersblimkie <steven.blimkie@amdocs.com>
Mon, 25 Feb 2019 20:29:29 +0000 (15:29 -0500)
commit5ea47abeeb1713b56006fd69b1564cbd4c4220c7
tree0abf4da88301db41ca46fc82fa6a9669b33cb50b
parent0afd8dd50d1a9c141b9135f491de9f8cc83f9b29
Search service configurable index settings

When deploying the search service, an optional settings-confg.json
file can be used to define the index settings if the deployer does
not want to use the default settings.

Change-Id: I67902684ac4a432b5a010a7177e9980a0c7592d1
Issue-ID: AAI-2191
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
src/main/java/org/onap/aai/sa/rest/SettingConfiguration.java [new file with mode: 0644]
src/main/java/org/onap/aai/sa/searchdbabstraction/elasticsearch/dao/ElasticSearchHttpController.java
src/main/java/org/onap/aai/sa/searchdbabstraction/util/SearchDbConstants.java
src/test/java/org/onap/aai/sa/rest/SettingConfigurationTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/sa/searchdbabstraction/elasticsearch/dao/ElasticSearchHttpControllerTest.java
src/test/resources/json/settings-config.json [new file with mode: 0644]