The relationship types this analyzer emits (HAS_MODULE, DECLARES, HAS_METHOD, HAS_ATTRIBUTE, DECLARES_VAR, HAS_CALLSITE, RESOLVES_TO, CALLS, EXTENDS, IMPLEMENTS, IMPORTS, RE_EXPORTS, MEMBER_OF, DECORATED_BY) share a namespace with relationships produced by analyzers for other languages in the same database.
Apply a TS_ prefix to every relationship type (e.g. HAS_MODULE -> TS_HAS_MODULE) so that traversals can be scoped to this analyzer subgraph. Update the schema catalog, the projection, and both writers (the cypher snapshot writer and the bolt incremental writer).
The relationship types this analyzer emits (HAS_MODULE, DECLARES, HAS_METHOD, HAS_ATTRIBUTE, DECLARES_VAR, HAS_CALLSITE, RESOLVES_TO, CALLS, EXTENDS, IMPLEMENTS, IMPORTS, RE_EXPORTS, MEMBER_OF, DECORATED_BY) share a namespace with relationships produced by analyzers for other languages in the same database.
Apply a TS_ prefix to every relationship type (e.g. HAS_MODULE -> TS_HAS_MODULE) so that traversals can be scoped to this analyzer subgraph. Update the schema catalog, the projection, and both writers (the cypher snapshot writer and the bolt incremental writer).