Neo4j: Auto indexing deprecated
https://javadoc.io/doc/org.neo4j/neo4j-ogm-api/3.1.2/org/neo4j/ogm/config/AutoIndexMode.html
11:19:30.951 o.n.o.m.DomainInfo INFO - Starting Post-processing phase
11:19:30.951 o.n.o.m.DomainInfo INFO - Building byLabel lookup maps
11:19:30.957 o.n.o.m.DomainInfo INFO - Building interface class map for 19 classes
11:19:30.992 o.n.o.m.DomainInfo INFO - Post-processing complete
11:19:31.386 o.n.o.a.AutoIndex INFO - The Node and Relationship lookups available in Neo4j 4.3+ should not be modified and Neo4j-OGM wont touch it.
11:19:31.386 o.n.o.a.AutoIndex INFO - The Node and Relationship lookups available in Neo4j 4.3+ should not be modified and Neo4j-OGM wont touch it.
11:19:32.098 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`StructuredDataReference`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:32.615 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`DataObjectReference`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:32.799 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`CollectionReference`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:33.062 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`TimeseriesContainer`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:33.072 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`Subscription`(`requestMethod`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:33.084 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`BasicReference`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:33.156 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`DataObject`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:33.161 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`StructuredDataContainer`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:33.173 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`TimeseriesReference`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:33.250 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`FileReference`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:33.250 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`URIReference`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:33.269 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`Collection`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
11:19:33.269 o.n.o.d.b.r.BoltResponse WARN - Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
CREATE INDEX ON :`FileContainer`(`deleted`)
^
The create index syntax `CREATE INDEX ON :Label(property)` is deprecated, please use `CREATE INDEX FOR (n:Label) ON (n.property)` instead
Edited by Tobias Haase