Enhance SchemaGenerator to also generate indices for relationships 34/137334/3
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 21 Feb 2024 12:41:30 +0000 (13:41 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 21 Feb 2024 14:06:36 +0000 (15:06 +0100)
commite190b0b67803241ad3a94a6c6396fc47a94e7fac
tree48bb6696a881cfda1941f602ae3bc68ba9a46fd2
parente5cf8b0a5bbad65dacdb1055f8b4894dce8cdb26
Enhance SchemaGenerator to also generate indices for relationships

- generate edge indexes when they not already exist
- reindex existing indexes when they are not in status ENABLED
- try to recover indexes that are in INSTALLED state
- bump version to 1.13.5

Issue-ID: AAI-3782
Change-Id: I127e0f83b17485d7a6721206ade92cd50c89a51b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
21 files changed:
.gitignore
aai-aaf-auth/pom.xml
aai-annotations/pom.xml
aai-auth/pom.xml
aai-common-docker/aai-common-images/pom.xml
aai-common-docker/aai-haproxy-image/pom.xml
aai-common-docker/pom.xml
aai-core/pom.xml
aai-core/src/main/java/org/onap/aai/dbgen/SchemaGenerator.java
aai-core/src/main/java/org/onap/aai/dbmap/AAIGraph.java
aai-core/src/main/java/org/onap/aai/dbmap/InMemoryGraph.java
aai-core/src/test/java/org/onap/aai/serialization/queryformats/ResourceWithSoTTest.java
aai-els-onap-logging/pom.xml
aai-failover/pom.xml
aai-parent/pom.xml
aai-rest/pom.xml
aai-schema-abstraction/pom.xml
aai-schema-ingest/pom.xml
aai-utils/pom.xml
pom.xml
version.properties