class DefaultIndexCreator(val nodeDefinitionCollection: NodeDefinitionCollection, val neo4jClient: Neo4jClient)

Helper to generate the default indices synchronously

Parameters

nodeDefinitionCollection
neo4jClient

the Neo4jClient to use

Constructors

Link copied to clipboard
constructor(nodeDefinitionCollection: NodeDefinitionCollection, neo4jClient: Neo4jClient)

Properties

Link copied to clipboard
val neo4jClient: Neo4jClient

Functions

Link copied to clipboard

Creates the default indices This includes an index on the id of all nodes and the search indices

Link copied to clipboard

Creates only the search indices